* [bug#65149] Add the unit test file of commonModel::checkPrivForOperateAction.
This commit is contained in:
@@ -2570,7 +2570,7 @@ eof;
|
||||
* @access protected
|
||||
* @return array|bool
|
||||
*/
|
||||
protected function checkPrivForOperateAction(array $actionData, string $action, string $moduleName, object $data, string $menu): array|bool
|
||||
public function checkPrivForOperateAction(array $actionData, string $action, string $moduleName, object $data, string $menu): array|bool
|
||||
{
|
||||
$rawModule = $moduleName;
|
||||
if(!empty($actionData['url']) && is_array($actionData['url']))
|
||||
|
||||
Reference in New Issue
Block a user