Add Additional ACL jsonb field to edit_pages table

This commit is contained in:
Clemens Schwaighofer
2019-08-27 15:15:40 +09:00
parent 47ffec1fd4
commit c5d624a318
3 changed files with 11 additions and 1 deletions

View File

@@ -392,6 +392,7 @@ if ($form->my_page_name == 'edit_order') {
$elements[] = $form->formCreateElement("edit_access_right_id");
$elements[] = $form->formCreateElement("edit_scheme_id");
$elements[] = $form->formCreateElementListTable("edit_page_access");
$elements[] = $form->formCreateElement("additional_acl");
break;
case "edit_visible_group":
$elements[] = $form->formCreateElement("name");