Bug 37154 - [OMNIBUS] Remove all unnecessary uses of unbless
Summary: [OMNIBUS] Remove all unnecessary uses of unbless
Status: NEW
Alias: None
Product: Koha
Classification: Unclassified
Component: Architecture, internals, and plumbing (show other bugs)
Version: unspecified
Hardware: All All
: P5 - low enhancement
Assignee: Bugs List
QA Contact: Testopia
URL:
Keywords:
Depends on: 37155
Blocks:
  Show dependency treegraph
 
Reported: 2024-06-21 14:15 UTC by Kyle M Hall (khall)
Modified: 2024-06-21 19:02 UTC (History)
3 users (show)

See Also:
Change sponsored?: ---
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 Kyle M Hall (khall) 2024-06-21 14:15:43 UTC
In general we should not need to use unbless anywhere in our code. If we are unblessing an object to pass a hashref to a function, that is an indicator that we should update the code called and pass the object itself.