[Koha-bugs] [Bug 11676] New: Loading shelving locations based on the item's homebranch instead of the user's logged-in branch.

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Feb 4 12:37:45 CET 2014


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11676

            Bug ID: 11676
           Summary: Loading shelving locations based on the item's
                    homebranch instead of the user's logged-in branch.
 Change sponsored?: ---
           Product: Koha
           Version: master
          Hardware: All
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P5 - low
         Component: Cataloging
          Assignee: gmcharlt at gmail.com
          Reporter: olli-antti.kivilahti at jns.fi
        QA Contact: testopia at bugs.koha-community.org
                CC: m.de.rooy at rijksmuseum.nl

------------
- SYNOPSIS -
------------
When editing items, the shelving locations list does not reflect the shelving
locations available for the home branch of the editable item?
So if you are editing an item in another branch than the item's homebranch, you
have a set of different/wrong shelving locations for the item you are editing,
based on the branch where you are logged into, not the item you are editing.
This is problematic when we receive and catalog items centrally and then
transport them to other libraries.
Changing the item editing behaviour to get the available shelving locations
based on the item's homebranch instead of the users logged in library.

----------
- DESIGN -
----------
-When loading the koha/cataloguing/additem.pl?op=edititem, check if the item's
homebranch exists and load the available shelving locations for the homebranch.
-After changing "Permanent location", load new shelving locations based on the
homebranch using an AJAX query.
---Only touch the <option value="CART">Book Cart</option> elements to be as
   unintrusive as possible.
-When javascript is disabled, this feature only loads the available shelving
locations on page load.

-----------------
- IN DISCUSSION -
-----------------
-Can this feature be on by default or do we need Yet.Another.System.Preference?

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


More information about the Koha-bugs mailing list