[ [ 'dest' => '\Modules\Script\Controller\BackendController:viewTemplateCreate', 'verb' => RouteVerb::GET, 'active' => true, 'permission' => [ 'module' => BackendController::NAME, 'type' => PermissionType::CREATE, 'state' => PermissionCategory::TEMPLATE, ], ], ], '^/script/report/create(\?.*$|$)' => [ [ 'dest' => '\Modules\Script\Controller\BackendController:viewReportCreate', 'verb' => RouteVerb::GET, 'active' => true, 'permission' => [ 'module' => BackendController::NAME, 'type' => PermissionType::CREATE, 'state' => PermissionCategory::REPORT, ], ], ], '^/script/list(\?.*$|$)' => [ [ 'dest' => '\Modules\Script\Controller\BackendController:viewTemplateList', 'verb' => RouteVerb::GET, 'active' => true, 'permission' => [ 'module' => BackendController::NAME, 'type' => PermissionType::READ, 'state' => PermissionCategory::REPORT, ], ], ], '^/script/report/view(\?.*$|$)' => [ [ 'dest' => '\Modules\Script\Controller\BackendController:viewScriptReport', 'verb' => RouteVerb::GET, 'active' => true, 'permission' => [ 'module' => BackendController::NAME, 'type' => PermissionType::READ, 'state' => PermissionCategory::REPORT, ], ], ], ];