diff options
author | Frederic Guillot <fred@kanboard.net> | 2015-02-04 22:05:41 -0500 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2015-02-04 22:05:41 -0500 |
commit | 2d070627d751bf5728ec98a5efaf163532594cd9 (patch) | |
tree | 2f1781baea559e40230bb10dc394b56e8a7d6f22 /app/Model/Acl.php | |
parent | 24300f828a684eedf71d63374effb2be95c13b1a (diff) |
Add user dashboard view
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 d1757a85..56f2980b 100644 --- a/app/Model/Acl.php +++ b/app/Model/Acl.php @@ -64,6 +64,7 @@ class Acl extends Base * @var array */ private $admin_acl = array( + 'app' => array('dashboard'), 'user' => array('index', 'create', 'save', 'remove'), 'config' => '*', 'project' => array('remove'), |