Bug 30113 - kohaTable add_filters option should be renamed to show_filter_row
Summary: kohaTable add_filters option should be renamed to show_filter_row
Status: NEW
Alias: None
Product: Koha
Classification: Unclassified
Component: Architecture, internals, and plumbing (show other bugs)
Version: Main
Hardware: All All
: P5 - low minor (vote)
Assignee: Bugs List
QA Contact: Testopia
URL:
Keywords: Academy
Depends on: 33568
Blocks:
  Show dependency treegraph
 
Reported: 2022-02-15 15:29 UTC by Martin Renvoize
Modified: 2023-07-24 15:39 UTC (History)
2 users (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Martin Renvoize 2022-02-15 15:29:11 UTC
The 'add_filters' option available to us on the ajax dataTables wrapper, kohaTable, is used to enabled/disable the presence of the search filters row displayed at the top of the datatable.

We should rename the option to clarify it's intended use... add_filters is too generic and could mean a number of things.