* Load acl when the parent is changed.
This commit is contained in:
@@ -18,7 +18,7 @@ jsVar('budgetOverrun', $lang->project->budgetOverrun);
|
||||
$fields = useFields('program.create');
|
||||
|
||||
$autoLoad = array();
|
||||
$autoLoad['parent'] = 'parent,budgetUnit';
|
||||
$autoLoad['parent'] = 'parent,budgetUnit,acl';
|
||||
|
||||
formGridPanel
|
||||
(
|
||||
|
||||
Reference in New Issue
Block a user