Skip to content
Snippets Groups Projects
Commit b1ecbb84 authored by Sébastien Luttringer's avatar Sébastien Luttringer
Browse files

editrights needs loadscripts server command

parent 9997d0ea
No related branches found
No related tags found
No related merge requests found
......@@ -107,8 +107,7 @@ class Command_editrights(RemoteCommand):
r['action']))
temp.flush()
new_rights = self.edit(temp)
temp.close()
self.rpc.call('saverights', new_rights)
def remote_functions(self):
return set(('saverights',))
return set(('loadrights', 'saverights'))
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment