[Koha-bugs] [Bug 19636] New: Hold priority changes incorrectly via dropdown select

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Nov 16 13:34:20 CET 2017


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

            Bug ID: 19636
           Summary: Hold priority changes incorrectly via dropdown select
 Change sponsored?: ---
           Product: Koha
           Version: unspecified
          Hardware: All
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P5 - low
         Component: Staff Client
          Assignee: koha-bugs at lists.koha-community.org
          Reporter: lari.taskula at jns.fi
        QA Contact: testopia at bugs.koha-community.org
                CC: gmcharlt at gmail.com

To reproduce:

1. Place 3 holds on a record
2. See existing holds (cgi-bin/koha/reserve/request.pl?biblionumber=XXX)
3. By using the dropdown menu under "Priority" column, change the first hold's
   priority to last (3). Do not touch other priorities.
4. Click Update hold(s)
5. Observe the hold did not get your selected priority 3, but 2 instead.

I believe this happens when the form is posted and each row is individually
processed one by one - and due to conflict in priority value, the latter row
always gets the chosen value.

This could be solved by sorting the hold table by priority before updating the
holds.

-- 
You are receiving this mail because:
You are watching all bug changes.
You are the assignee for the bug.


More information about the Koha-bugs mailing list