https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28026 Bug ID: 28026 Summary: Add a 'call_recursive' method to Koha::Plugins Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Plugin architecture Assignee: koha-bugs@lists.koha-community.org Reporter: martin.renvoize@ptfs-europe.com QA Contact: testopia@bugs.koha-community.org Blocks: 26351 We have a 'call' method already which can be used to call plugin hooks iteratively with the original arguments each time. It would be helpful to also have a method to allow continuation-passing by passing the returned arguments from one plugin call to the next. Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26351 [Bug 26351] Add plugin hooks to transform item barcodes -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.