Bug 35781 - [omnibus] Remove unneeded Koha::Template::Plugin methods
Summary: [omnibus] Remove unneeded Koha::Template::Plugin methods
Status: ASSIGNED
Alias: None
Product: Koha
Classification: Unclassified
Component: Architecture, internals, and plumbing (show other bugs)
Version: unspecified
Hardware: All All
: P5 - low enhancement (vote)
Assignee: Jonathan Druart
QA Contact: Testopia
URL:
Keywords:
Depends on: 35783 35790 35793
Blocks: 35791
  Show dependency treegraph
 
Reported: 2024-01-12 08:03 UTC by Jonathan Druart
Modified: 2024-02-20 17:43 UTC (History)
1 user (show)

See Also:
Change sponsored?: ---
Patch complexity: ---
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 Jonathan Druart 2024-01-12 08:03:12 UTC
Some of our methods (or even modules) in Koha::Template::Plugin are not needed and not a good pattern/practice to follow.

Sometimes we need to use the Koha::Object passed to the template instead of using a TT template.