https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39917 Pedro Amorim <pedro.amorim@openfifth.co.uk> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|Display a prompt for status |Display a prompt for status |alias when completing a |alias when completing a |request |request if ILL_STATUS_ALIAS | |in use --- Comment #7 from Pedro Amorim <pedro.amorim@openfifth.co.uk> --- (In reply to Pedro Amorim from comment #2)
Backends that do implement their own mark_completed don't automatically adopt this enhancement and will not see any change in their workflow.
This is false. 'mark_completed' is always used by core and requests from any backend will adopt this new feature, meaning the screen will show as long as ILL_STATUS_ALIAS is in use. I've updated the bug title to clarify this further. The release notes are accurate as is. If that were required, a new backend_mark_completed in Koha::ILL::Request would need to be implemented and ill-requests.pl would have to invoke that instead (similar to how it does for backend_cancel or backend_confirm). Should the above be required it should be a new bug entry as it's a change in behavior. The feature in this patchset works as intended, I just wanted to correct my original comment. -- You are receiving this mail because: You are watching all bug changes.