Koha/koha-tmpl/intranet-tmpl/prog/en/modules/serials
Janusz Kaczmarek 4f6164d194
Bug 30658: (bug 29496 follow-up) CheckMandatorySubfields don't work properly with select field in serials-edit.tt for Supplemental issue
CheckMandatorySubfields use the class "input_marceditor" but in file
serials-edit.tt this class is not set for select input in Supplemental
issue form. In consequence if a select field is set as mandatory, it is
detected as missing even if it is filed and so you can't submit the form
and receive the new supplemantal issue.

Test plan:
1- Create (or find) a subscription for a biblio record and select the
   option "Create an item record when receiving this serial"
2- Be sure to have at least one mandatory subfield that is filed with a
   select input in the framework used by the biblio record. (ex: 952$a,
   952$b or 952$c).
3- From the subscription-detail page click on "Receive"
4- In the lower part--Supplemental issue--fill the suppelemant details,
   change the status to "Arrived" and fill the item form that appears.
5- Click on "Save"
6- Check that an error box appear with the message " Form not submitted
   because of the following problem(s) 1 mandatory fields empty
   (highlighted)" (the number can be different according to the number of
   concerned subfields)
7- Apply the patch
8- Repeat step 3 to 5
9- Check that no error appear and that your item has been created

Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
2022-08-01 09:20:49 -03:00
..
acqui-search-result.tt
acqui-search.tt Bug 29055: Focus on keyword field when subscription biblio search window opens 2022-06-25 10:54:37 -03:00
checkexpiration.tt Bug 28958: Use Flatpickr on serials pages 2021-10-05 10:58:14 +02:00
claims.tt Bug 30039: (QA follow-up) Change published on to publication date 2022-07-20 09:57:24 -03:00
result.tt
routing-preview-slip.tt
routing-preview.tt Bug 27631: reports and serials folders 2022-04-20 09:03:38 -10:00
routing.tt Bug 30733: Simplify translatable strings 2022-06-17 10:16:34 -03:00
serials-collection.tt Bug 30733: Simplify translatable strings 2022-06-17 10:16:34 -03:00
serials-edit.tt Bug 30658: (bug 29496 follow-up) CheckMandatorySubfields don't work properly with select field in serials-edit.tt for Supplemental issue 2022-08-01 09:20:49 -03:00
serials-home.tt Bug 27631: reports and serials folders 2022-04-20 09:03:38 -10:00
serials-search.tt Bug 30973: Serials search fix body id 2022-06-16 09:42:51 -03:00
showpredictionpattern.tt Bug 27631: reports and serials folders 2022-04-20 09:03:38 -10:00
subscription-add.tt Bug 26549: Show value of global system preferences on subscription form 2022-07-25 11:28:17 -03:00
subscription-batchedit.tt Bug 28958: Use Flatpickr on serials pages 2021-10-05 10:58:14 +02:00
subscription-bib-search.tt Bug 29055: Focus on keyword field when subscription biblio search window opens 2022-06-25 10:54:37 -03:00
subscription-detail.tt Bug 30733: Simplify translatable strings 2022-06-17 10:16:34 -03:00
subscription-frequencies.tt Bug 29602: Surround strings with span tag 2022-04-19 21:25:51 -10:00
subscription-history.tt Bug 29240: Rename start_for with date_to 2021-10-19 14:08:09 +02:00
subscription-numberpatterns.tt Bug 28958: Use Flatpickr on serials pages 2021-10-05 10:58:14 +02:00
subscription-renew.tt Bug 27631: reports and serials folders 2022-04-20 09:03:38 -10:00
viewalerts.tt