Resolve "Final CMB Fixes" #1229

Merged
korina.cordero merged 102 commits from 270-final-cmb-fixes into master 2020-04-03 02:54:29 +00:00
Showing only changes of commit 60fb331b47 - Show all commits

View file

@ -248,7 +248,7 @@ class RoleController extends Controller
if (!$row->isSuperAdmin()) if (!$row->isSuperAdmin())
{ {
// clear first // clear first
$row->clearACLAttributes(); $row->clearACLAccess();
// then add // then add
$acl_attribs = $req->request->get('acl'); $acl_attribs = $req->request->get('acl');