No Code Attached Yet bug
avatar korenevskiy
korenevskiy
13 Jan 2023

public function allow($action, $identity)
{
// Check we have information about this action.
if (isset($this->data[$action])) {
return $this->data[$action]->allow($identity);
}
}

Causes errors. During workflow transitions. The bottom line is that if the access rights of the Manager and the Administrator for the "Transitions" parameter are set to "Inherited". And with "Workflows" enabled. Then for the "Administrator" user, errors are poured out in the materials manager.

I would have found the cause of the errors, but without the reasoned refusals of my previous PRes. I will not look for the cause of errors.

avatar korenevskiy korenevskiy - open - 13 Jan 2023
avatar joomla-cms-bot joomla-cms-bot - change - 13 Jan 2023
Labels Added: No Code Attached Yet
avatar joomla-cms-bot joomla-cms-bot - labeled - 13 Jan 2023
avatar Hackwar Hackwar - change - 23 Feb 2023
Labels Added: bug
avatar Hackwar Hackwar - labeled - 23 Feb 2023

Add a Comment

Login with GitHub to post a comment