Bug 35270 - Koha::Item->trigger_location_update should not call ->store
Summary: Koha::Item->trigger_location_update should not call ->store
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: 35269
Blocks:
  Show dependency treegraph
 
Reported: 2023-11-06 14:40 UTC by Tomás Cohen Arazi (tcohen)
Modified: 2023-11-06 17:59 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:
Circulation function:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Tomás Cohen Arazi (tcohen) 2023-11-06 14:40:26 UTC
It should just update the current object. The return value should be revisited. It should be self, and Koha::Object::Message objects should be added to emulate the current behavior.