Jonathan Druart
b286868ec9
3 include files do not pass the template validation tests: - koha-tmpl/intranet-tmpl/prog/en/includes/admin-items-search-field-form.inc - koha-tmpl/intranet-tmpl/prog/en/includes/subscriptions-search.inc - koha-tmpl/opac-tmpl/bootstrap/en/includes/opac-topissues.inc This is because they process a block which has not been declared before. As they are include files, they cannot stand on their own. We could have added them to the exclude file list of xt/author/valid-templates.t but I think it's better to keep them into the validation loop. Test plan: prove xt/author/valid-templates.t should return green And the library dropdown list should be correctly populated on the pages these files are included (opac-topissues for instance) Signed-off-by: Claire Gravely <claire_gravely@hotmail.com> Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> |
||
---|---|---|
.. | ||
search | ||
authorities-search-results.inc | ||
av-build-dropbox.inc | ||
bodytag.inc | ||
calendar.inc | ||
datatables.inc | ||
date-format.inc | ||
doc-head-close.inc | ||
doc-head-open.inc | ||
greybox.inc | ||
html_helpers.inc | ||
item-status-schema-org.inc | ||
item-status.inc | ||
masthead-langmenu.inc | ||
masthead-sco.inc | ||
masthead.inc | ||
navigation.inc | ||
opac-authorities.inc | ||
opac-bottom.inc | ||
opac-detail-sidebar.inc | ||
opac-facets.inc | ||
opac-note.inc | ||
opac-topissues.inc | ||
openlibrary-readapi.inc | ||
page-numbers.inc | ||
patron-title.inc | ||
resort_form.inc | ||
shelfbrowser.inc | ||
subtypes_unimarc.inc | ||
usermenu.inc |