https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20750
--- Comment #110 from Josef Moravec <[email protected]> --- > > > [% CASE 'CHANGE PASS' %]Change password > > > [% CASE 'ADDCIRCMESSAGE' %]Add circulation message > > > [% CASE 'DELCIRCMESSAGE' %]Delete circulation message > > > +[% CASE 'STATUS_CHANGE' %]Change ILL request status > > > +[% CASE 'BLDSS_STATUS_CHECK' %]Check ILL request status with > > > BLDSS > > > > Why do you add BLDSS_STATUS_CHECK action? Koha can't be awared of all > > existing backends... it should instead be get from installed backends, maybe > > easier to do it after switch backend to regular Koha plugins? > > You're absolutely right, we shouldn't be hard coding to particular backends. > Ideally we'd have some method, probably in Illrequests.pm, which something > like viewlog.pl could call to poll all the available backends and see if > they have anything it needs to include. That would require some thought to > make sure we do it right. And I think you're right, it's probably something > that would be made easier once backends are plugins. > > I'm happy to remove this specific binding to the BLDSS backend here, if you > agree? Yes remove it, we could deal with this on another report. -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
