https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40504
Pedro Amorim <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #191202|0 |1 is obsolete| | --- Comment #48 from Pedro Amorim <[email protected]> --- Created attachment 193192 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=193192&action=edit Bug 40504: Auto functionality: - The staff member who creates a new ILL request is automatically assigned as its manager. - No manager is assigned to ILL requests made by users without 'ill' permission e.g. patrons using the OPAC. - When an ILL request without a manager has its status changed, the staff member making the change is automatically assigned as its manager e.g. by clicking 'confirm' or 'revert request'. - It is possible to manually update a request's manager by clicking the 'Edit request' toolbar button when viewing a request. The patron search modal, 'select manager' button and all its functionality is shared with the 'select manager' present in the suggestions module. This means that when editing an ILL request, the 'managedby' defaults to the staff member editing the request, unless 'Keep existing manager' is clicked, like it happens in suggestions. - This is fully core built, all backends will automatically hook into this functionality, because: -- Automatic 'managedby' happen on status change, regardless of backend -- All requests have access to 'edit request' page, regardless of backend - Only if a logged in staff member exists does the auto set manager. If no staff member is found, nothing happens e.g. an ILL request status was changed by a CLI command / cronjob Signed-off-by: Jeremy Evans <[email protected]> -- 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/
