https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35581 Pedro Amorim <pedro.amorim@ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Text to go in the| |This is behind-the-scenes release notes| |work that restructures the | |Koha ILL classes in the | |source code. No | |functionality is added or | |updated here. | | | |For backend | |authors: | |If your ILL | |backend(s) invokes core | |class methods e.g.: | |my | |$request = | |Koha::Illrequests->find( | |$illrequest_id ) | | | |It'll | |have to be updated to: | |my | |$request = | |Koha::ILL::Requests->find( | |$illrequest_id ) --- Comment #104 from Pedro Amorim <pedro.amorim@ptfs-europe.com> --- (In reply to Katrin Fischer from comment #103)
(In reply to Pedro Amorim from comment #102)
I wonder what release notes we should add here, if any? This is just housekeeping work that precedes future features work, there is no new behavior or functionality added here. Please advise. Thanks!
I was thinking of some notes for backend authors - I expect they will all have to adapt their backends to the new structure. So something like a warning maybe that stands out a bit?
The backend only needs to be updated if it invokes core class methods. In our case (PTFS-E) some of our backends do, others don't. I've added text to go in the release notes and tried to have it be as clear and simple as possible. Please take a look and adapt/update as needed. Thanks! -- You are receiving this mail because: You are watching all bug changes.