Bug 35956

Summary: In Vue [% INCLUDE 'calendar.inc' %] should not be needed if not used
Product: Koha Reporter: Tomás Cohen Arazi (tcohen) <tomascohen>
Component: TemplatesAssignee: Jonathan Druart <jonathan.druart>
Status: NEW --- QA Contact: Testopia <testopia>
Severity: normal    
Priority: P5 - low CC: matt.blenkinsop, tomascohen
Version: Main   
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: 35919    
Bug Blocks:    

Description Tomás Cohen Arazi (tcohen) 2024-01-31 12:33:11 UTC
When doing bug 35919, I found that some recent change made it explode if I didn't add that include (look at the FIXME on koha-tmpl/intranet-tmpl/prog/en/modules/admin/record_sources.tt).
Comment 1 Jonathan Druart 2024-02-29 13:44:25 UTC
It is needed for the Dialog component, where we can display dates (see bug 34497)
Comment 2 Tomás Cohen Arazi (tcohen) 2024-03-20 13:08:45 UTC
This one might get irrelevant with Matt's work on a unified/monolithic base endpoint.