Fix in EditUser Table Array query load for languages

Also split all queries into multi line ones
Fixes in Form\Generate for TableArray Interface location move
Update EditBase to new and old edit schema (scheme) file name
This commit is contained in:
Clemens Schwaighofer
2023-02-28 10:31:34 +09:00
parent 829f5c567f
commit 44f37b7f74
9 changed files with 58 additions and 22 deletions

View File

@@ -414,6 +414,8 @@ class EditBase
$elements[] = $this->form->formCreateElement('additional_acl');
break;
case 'edit_schemes':
// @deprecated Will be removed
case 'edit_schemas':
$elements[] = $this->form->formCreateElement('enabled');
$elements[] = $this->form->formCreateElement('name');
$elements[] = $this->form->formCreateElement('header_color');