https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39917
Pedro Amorim <[email protected]> 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 <[email protected]> --- (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. _______________________________________________ Koha-bugs mailing list [email protected] https://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/
