https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22614

            Bug ID: 22614
           Summary: Request migration from one backend to another should
                    not create new request
 Change sponsored?: ---
           Product: Koha
           Version: master
          Hardware: All
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P5 - low
         Component: ILL
          Assignee: [email protected]
          Reporter: [email protected]
  Target Milestone: ---

Currently, when requests are migrated from one backend to another, a new
request is created containing the attributes of the existing one but with the
backend set to the migration destination backend and the metadata is derived
from the migration destination backend. The existing request is then marked as
reverted and a record is made of where the request was migrated to.

The downside of this approach is that two requests now exist in the system,
whereas in actual fact, it's still the same request. This can be problematic
for statistics etc.

This bug proposes that request migration should preserve the original request
and, instead, change its backend and replace the metadata from the original
backend to that of the migration destination backend. Also, we should log where
the request has been migrated from and to.

-- 
You are receiving this mail because:
You are watching all bug changes.
You are the assignee for the bug.
_______________________________________________
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/

Reply via email to