diff options
author | Frédéric Guillot <fred@kanboard.net> | 2014-08-30 22:35:50 -0800 |
---|---|---|
committer | Frédéric Guillot <fred@kanboard.net> | 2014-08-30 22:35:50 -0800 |
commit | 7e44dee903015399e221cdda52e540e75c2484f5 (patch) | |
tree | 48ddc68daa00b857bde78be9b6bd5ef5dbf36e5d /app/Model/Acl.php | |
parent | 9e36f84fbc672e8d63a189c6c6365a6eca97f718 (diff) |
Move a task to another project
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 b2644686..23f6ff44 100644 --- a/app/Model/Acl.php +++ b/app/Model/Acl.php @@ -52,6 +52,7 @@ class Acl extends Base 'confirmremove', 'editdescription', 'savedescription', + 'move', ), ); |