From aae2903d0dc4b829530072bc067304491d7003e6 Mon Sep 17 00:00:00 2001 From: Hugo Levy-Falk Date: Fri, 8 Jan 2021 23:42:15 +0100 Subject: [PATCH] Fix fucking Js --- users/templates/users/edit_listright.html | 1 + 1 file changed, 1 insertion(+) diff --git a/users/templates/users/edit_listright.html b/users/templates/users/edit_listright.html index 76e3b756..3f23341c 100644 --- a/users/templates/users/edit_listright.html +++ b/users/templates/users/edit_listright.html @@ -54,6 +54,7 @@ with this program; if not, write to the Free Software Foundation, Inc., :data="treeData" :options="treeOptions" @node:checked="onNodeChecked" + @node:unchecked="onNodeUnchecked" />