Bug 36211 - Add support for script modules to Asset
Summary: Add support for script modules to Asset
Status: NEW
Alias: None
Product: Koha
Classification: Unclassified
Component: Templates (show other bugs)
Version: unspecified
Hardware: All All
: P5 - low normal
Assignee: Owen Leonard
QA Contact: Testopia
URL:
Keywords:
Depends on: 36084
Blocks:
  Show dependency treegraph
 
Reported: 2024-03-01 09:25 UTC by Jonathan Druart
Modified: 2024-03-01 09:25 UTC (History)
0 users

See Also:
Change sponsored?: ---
Patch complexity: ---
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:
Circulation function:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jonathan Druart 2024-03-01 09:25:00 UTC
Bug 36084: svc - authorised_values - APIClient now global

+<script type="module">
+    import { APIClient } from '/intranet-tmpl/prog/js/fetch/api-client.js';
+    window.APIClient = APIClient;
+</script>


We should use Asset.js here.