mirror of
https://github.com/Karaka-Management/oms-Workflow.git
synced 2026-02-11 19:58:40 +00:00
add css version
This commit is contained in:
parent
d1b12e5f29
commit
4f9ad2feed
|
|
@ -110,8 +110,8 @@ final class BackendController extends Controller
|
||||||
}
|
}
|
||||||
|
|
||||||
$head = $response->get('Content')->getData('head');
|
$head = $response->get('Content')->getData('head');
|
||||||
$head->addAsset(AssetType::JSLATE, 'Resources/mermaid/mermaid.min.js');
|
$head->addAsset(AssetType::JSLATE, 'Resources/mermaid/mermaid.min.js?v=1.0.0');
|
||||||
$head->addAsset(AssetType::JSLATE, 'Modules/Workflow/Controller.js', ['type' => 'module']);
|
$head->addAsset(AssetType::JSLATE, 'Modules/Workflow/Controller.js?v=1.0.0', ['type' => 'module']);
|
||||||
|
|
||||||
return $view;
|
return $view;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user