[Koha-bugs] [Bug 32610] Add ability to specify patron attribute as a date and apply flatpickr

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Sat Mar 18 12:00:27 CET 2023


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

--- Comment #5 from Katrin Fischer <katrin.fischer at bsz-bw.de> ---
Created attachment 148403
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=148403&action=edit
Bug 32610: Add date extended patron attributes to patron module

This makes the necessary changes in the patron module of
the staff interface, so the new patron attribute appers and
behaves correctly when editing a patron record.

To test:
* You will need to test different configuration options for
  extended patron attributes (PA) in combination with the date option:
  * PA is a date and not mandatory
    * Patron form should have the calendar widget to let you set the date.
  * PA is a date and mandatory
    * Patron form shoudl have calendar widget and check that the date is
      set for allowing you to save the record.
  * PA is a date and unique
    * For this set the date in one patron record and try to
      set the same date in another. You should not be able to save.
  * PA displays in brief patron information
    * Make sure the date displays on the left formatted correctly
  * When the date PAs are saved, they should display nicely formatted
    on the details tab.

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


More information about the Koha-bugs mailing list