Restrict currency controller to admins
This commit is contained in:
parent
9bfab51e00
commit
0f0f7e4b27
|
|
@ -72,6 +72,7 @@ class Acl extends Base
|
|||
'link' => '*',
|
||||
'project' => array('remove'),
|
||||
'hourlyrate' => '*',
|
||||
'currency' => '*',
|
||||
);
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Reference in New Issue