]> git.koha-community.org Git - koha.git/commit
Bug 14662: Add empty entries to pull downs in cataloguing form for mandatory subfields
authorKatrin Fischer <katrin.fischer.83@web.de>
Thu, 2 Aug 2018 13:56:11 +0000 (15:56 +0200)
committerFridolin Somers <fridolin.somers@biblibre.com>
Tue, 28 Aug 2018 13:06:51 +0000 (15:06 +0200)
commit370be68026a2c7ee305078fec55848047b9e7203
tree824d5e79ae92385edbc60921499b7e2ed5648ce7
parent52dd337fdb74ed9108949aca701f578c6c8421dc
Bug 14662: Add empty entries to pull downs in cataloguing form for mandatory subfields

First patch deals with the problem on the item form, this
patch fixes the same problem on catalouging form for the
bibliographic record.

To test:
- Adapt your frameworks:
  - Make sure 942$c is mandatory
  - Link another field to an authorised value, for example: 942$n to YESNO
- Add a new record
  - Verify that the first value of each pull down is preselected,
    there is no way to trigger the 'required' error
- Apply patch
  - Add a record
    - Verify that classification source is preselected according to the
      DefaultClassificationSource system preference
    - Verify that 942$c now defaults to empty
    - Verify all your other mandatory subfields can be set to empty
    - Verify that you can't save before correctly setting them
  - Chane your frameworks
    - Add a default value for 942$c, for example: CF
  - Add another record
    - Verify the itemtype is now preset to your default itemtype
  - Edit an existing record, verify all values show correctly

Signed-off-by: Owen Leonard <oleonard@myacpl.org>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
(cherry picked from commit 038e4011d4e4c1270592d476479062467a7a9be8)
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
(cherry picked from commit b0d692dcaaa38a5e4842b2c1466560f08fd2b0e5)
Signed-off-by: Fridolin Somers <fridolin.somers@biblibre.com>
cataloguing/addbiblio.pl