[Koha-bugs] [Bug 28026] Add a 'call_recursive' method to Koha::Plugins

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Sep 1 12:29:03 CEST 2021


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28026

--- Comment #37 from Kyle M Hall <kyle at bywatersolutions.com> ---
(In reply to Mark Hofstetter from comment #36)
> this is a rehash of my previous argument, I'll look at the code. 
> 
> How to you gurantee that the plugins are executed in a certain order because
> that's what you somehow imply by "method that takes the output of
> the first plugin and uses it as the input for the next plugin [..]"

There is no guarantee, and plugins should be written with that understanding.
It would be possible to some day give all plugins a "priority" but at this time
every plugin author should understand their plugin could be run first, last and
or anywhere in between.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list