Fix reading ACL values in non-Ajax form builder forms (#4060)
authorMatthias Schmidt <gravatronics@live.com>
Tue, 9 Mar 2021 15:21:04 +0000 (16:21 +0100)
committerGitHub <noreply@github.com>
Tue, 9 Mar 2021 15:21:04 +0000 (16:21 +0100)
commit7300dd80e32e42e7d54fa2271031166f23f18f88
tree682f7e1f95a3c32b1d1373be66020a11c9f6f3df
parent38747f5c9797eb6caae43d1c0450c4e80e67ede2
Fix reading ACL values in non-Ajax form builder forms (#4060)

The wrong data source was used in `AclFormField` (the whole `$_POST` array instead of the dedicated entry) and the data was always stored in `aclValues` instead of a dedicated entry per form field.
com.woltlab.wcf/templates/__aclFormField.tpl
com.woltlab.wcf/templates/aclPermissionJavaScript.tpl
wcfsetup/install/files/acp/templates/__aclFormField.tpl
wcfsetup/install/files/acp/templates/aclPermissionJavaScript.tpl
wcfsetup/install/files/js/WCF.ACL.js
wcfsetup/install/files/lib/system/form/builder/field/acl/AclFormField.class.php