diff options
author | Frederic Guillot <fred@kanboard.net> | 2015-10-02 21:58:00 -0400 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2015-10-02 21:58:00 -0400 |
commit | 264b5526035be61c043a5314baa0e07e8f3f8216 (patch) | |
tree | 0bf890e1b9f1a9f9fa8948978902b829a8f4e5e5 /app/Model/Acl.php | |
parent | 370361330aeb37f02e87ab78ae38521da774c957 (diff) |
Add custom filters (refactoring of pull-request #1312)
Diffstat (limited to 'app/Model/Acl.php')
-rw-r--r-- | app/Model/Acl.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/Model/Acl.php b/app/Model/Acl.php index 9a227cf5..675ca36e 100644 --- a/app/Model/Acl.php +++ b/app/Model/Acl.php @@ -47,6 +47,7 @@ class Acl extends Base 'taskstatus' => '*', 'tasklink' => '*', 'timer' => '*', + 'customfilter' => '*', 'calendar' => array('show', 'project'), ); |