[Koha-bugs] [Bug 10565] Add a "Patron List" feature for storing and manipulating collections of patrons

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Jul 18 16:36:32 CEST 2013


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

--- Comment #18 from Owen Leonard <oleonard at myacpl.org> ---
Created attachment 19770
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=19770&action=edit
Bug 10565 [Follow-up] Add a "Patron List" feature for storing and manipulating
collections of patrons

This patch makes the following changes:

On the list add/edit page:

- Improvements to breadcrumbs and titles on the add/edit page.
- Removal of custom validation JavaScript in favor of built-in
  validation plugin.

On the list view page:

- Corrected title on list page: Showing list name instead of "New list"
- Added "select all" and "clear all" to a toolbar like on the biblio
  list page. Moved the "remove selected" button to this toolbar like it
  is on the biblio list page.
- Added more standard DataTables configuration with default sort,
  correctly ignored columns, and pager count options.
- Display patron names as "surname, firstname."
- Improve JavaScript for removing entries from the list of patrons to
  add (to avoid "javascript:" pseudo-protocol).
- Move "add patrons" controls so that they are only shown after patrons
  have been added.
- Add toolbar to patron list view page with button for "Edit list" and
  "Batch modify." The "Batch modify" button takes you directly to a
  batch modification operation on your list.
- Added zipcode to displayed information.
- Added message to be displayed when there are no items on the list
  (instead of showing empty table).

On the list of lists page:

- Added more standard DataTables configuration with default sort,
  correctly ignored columns, and pager count options.
- Wrapped "new list" button in standard toolbar div.
- Show message instead of empty table if there are no lists.
- Style in-table buttons with "btn-mini" for more compact look.

On scripts:

- Changed "authnotrequired" from 1 to 0, added 'borrowers' permission
  requirement.

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


More information about the Koha-bugs mailing list