mirror of
https://github.com/Karaka-Management/oms-Workflow.git
synced 2026-01-28 13:58:41 +00:00
fix bugs
This commit is contained in:
parent
0e29556b9e
commit
52dc2dc146
|
|
@ -109,7 +109,7 @@ final class BackendController extends Controller
|
|||
$view->setTemplate('/Modules/Workflow/Theme/Backend/workflow-template');
|
||||
}
|
||||
|
||||
$head = $response->get('Content')->head;
|
||||
$head = $response->data['Content']->head;
|
||||
$head->addAsset(AssetType::JSLATE, 'Resources/mermaid/mermaid.min.js?v=1.0.0');
|
||||
$head->addAsset(AssetType::JSLATE, 'Modules/Workflow/Controller.js?v=1.0.0', ['type' => 'module']);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user