Skip to content
This repository has been archived by the owner on Dec 27, 2023. It is now read-only.

Commit

Permalink
fix(TB MC) fix singularContainerMode
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmhh committed Apr 14, 2022
1 parent df5e04e commit 49ac742
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tine20/Tinebase/ModelConfiguration.php
Expand Up @@ -1111,7 +1111,8 @@ class_exists($this->_appName . '_Model_' . $this->_modelName . 'Grants')) {
self::VALIDATORS => [Zend_Filter_Input::ALLOW_EMPTY => true],*/
];
}
} else {
}
if (!$this->_containerProperty) {
$this->_singularContainerMode = true;
while ($this->_delegateAclField) {
if (!array_key_exists(self::FLD_ACCOUNT_GRANTS, $this->_fields)) {
Expand Down

0 comments on commit 49ac742

Please sign in to comment.