diff --git a/module/program/ui/create.html.php b/module/program/ui/create.html.php index 28b9c2b798..d703f9a967 100644 --- a/module/program/ui/create.html.php +++ b/module/program/ui/create.html.php @@ -18,7 +18,7 @@ jsVar('budgetOverrun', $lang->project->budgetOverrun); $fields = useFields('program.create'); $autoLoad = array(); -$autoLoad['parent'] = 'parent,budgetUnit,acl'; +$autoLoad['parent'] = 'parent,budgetUnit,acl,whitelist'; formGridPanel ( diff --git a/module/program/ui/edit.html.php b/module/program/ui/edit.html.php index 03a6b2708d..1c0a74674d 100644 --- a/module/program/ui/edit.html.php +++ b/module/program/ui/edit.html.php @@ -19,7 +19,7 @@ jsVar('budgetOverrun', $lang->project->budgetOverrun); $fields = useFields('program.edit'); $autoLoad = array(); -$autoLoad['parent'] = 'parent,budgetUnit,acl'; +$autoLoad['parent'] = 'parent,budgetUnit,acl,whitelist'; formGridPanel (