Bug 36211

Summary: Add support for script modules to Asset
Product: Koha Reporter: Jonathan Druart <jonathan.druart>
Component: TemplatesAssignee: Owen Leonard <oleonard>
Status: NEW --- QA Contact: Testopia <testopia>
Severity: normal    
Priority: P5 - low    
Version: unspecified   
Hardware: All   
OS: All   
Change sponsored?: --- Patch complexity: ---
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
Circulation function:
Bug Depends on: 36084    
Bug Blocks:    

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.