Update Login Class with correct acl method and edit access data read

edit access data is read and put into the unit (edit access) array
the base acl method is adjusted to the current simple flat array one
- base acl only
- no max anymore (never needed)
- page acl
- unit (edit access) acl list + detail data
This commit is contained in:
Clemens Schwaighofer
2016-07-15 16:17:40 +09:00
parent 1c3cc95fdb
commit 939ff2e4a5
2 changed files with 87 additions and 67 deletions

View File

@@ -310,6 +310,7 @@
$elements[] = $form->form_create_element("name");
$elements[] = $form->form_create_element("color");
$elements[] = $form->form_create_element("description");
// add name/value list here
break;
default:
print "NO NO NOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOO!";