Unverified Commit 992f56cb authored by Côme Chilliet's avatar Côme Chilliet
Browse files

:ambulance: fix(acl) Fix ACLEditionDialog

issue #6072
Showing with 5 additions and 0 deletions
+5 -0
...@@ -23,6 +23,11 @@ ...@@ -23,6 +23,11 @@
/* ACL categories list */ /* ACL categories list */
class ACLEditionDialog implements FusionDirectoryDialog class ACLEditionDialog implements FusionDirectoryDialog
{ {
protected $attribute;
protected $post_cancel = 'add_cancel';
protected $post_finish = 'add_finish';
protected $initialAclValue; protected $initialAclValue;
protected $dialogState = 'create'; protected $dialogState = 'create';
protected $aclObject = ''; protected $aclObject = '';
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment