Bug 35781

Summary: [omnibus] Remove unneeded Koha::Template::Plugin methods
Product: Koha Reporter: Jonathan Druart <jonathan.druart>
Component: Architecture, internals, and plumbingAssignee: Jonathan Druart <jonathan.druart>
Status: ASSIGNED --- QA Contact: Testopia <testopia>
Severity: enhancement    
Priority: P5 - low CC: martin.renvoize
Version: unspecified   
Hardware: All   
OS: All   
Change sponsored?: --- Patch complexity: ---
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
Bug Depends on: 35783, 35790, 35793    
Bug Blocks: 35791    

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.