Bug 35956 - In Vue [% INCLUDE 'calendar.inc' %] should not be needed if not used
Summary: In Vue [% INCLUDE 'calendar.inc' %] should not be needed if not used
Status: CLOSED INVALID
Alias: None
Product: Koha
Classification: Unclassified
Component: Templates (show other bugs)
Version: Main
Hardware: All All
: P5 - low normal
Assignee: Jonathan Druart
QA Contact: Testopia
URL:
Keywords:
Depends on: 35919
Blocks:
  Show dependency treegraph
 
Reported: 2024-01-31 12:33 UTC by Tomás Cohen Arazi (tcohen)
Modified: 2025-09-22 18:28 UTC (History)
2 users (show)

See Also:
GIT URL:
Initiative type: ---
Sponsorship status: ---
Crowdfunding goal: 0
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 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.
Comment 3 Tomás Cohen Arazi (tcohen) 2025-09-22 18:28:42 UTC
I'm closing as invalid. Leaving to the Vue architects to decide if this needs fixing.