[Koha-bugs] [Bug 7882] Add ability to move and reorder fields in MARC editor

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Oct 23 21:36:58 CEST 2019


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

Maryse Simard <maryse.simard at inlibro.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #24227|0                           |1
        is obsolete|                            |
  Attachment #24228|0                           |1
        is obsolete|                            |

--- Comment #47 from Maryse Simard <maryse.simard at inlibro.com> ---
Created attachment 94638
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=94638&action=edit
Bug 7882: Add ability to move and reorder fields in MARC editor

Use jQueryUI sortable to make fields and subfields moveable in the
MARC editor for both records and authorities.

This patch convert items from div's to ul's and consequently alter css
and js to match. It also replace the up arrow with a more adapted icon
(from font awesome).

Primary authorship by Elliott Davis.

To Test:

1. Add or edit a record in cataloguing module.
2. You should be able to move the fields and subfields around.
    - You can click on any part of the element to drag it, the move
    icon to the left of the item is a good place to do it.
    => You can only change the order of fields of the same tag.
3. Make sure all of the javascript driven fonctionnality still work :
    - Duplicate fields/subfields
    - Remove fields/subfields
    - Using the tag editor for control fields or to link authorities
    - etc
4. Reorder some fields/subfields and save the record.
5. Edit the record again.
6. The order in the editor should match the changes which were saved.
    - Empty subfields should appear after the ones with content.
7. Repeat steps 1-6 with the authority editor.

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


More information about the Koha-bugs mailing list