Koha/koha-tmpl/intranet-tmpl/prog/en/modules/serials
Maryse Simard 2fcc16b62c
Bug 17674: Handling of special cases
This patch adds handling for those 2 particular cases:
1. Deleting the expected issue
2. Deleting a serial and it's item, but one item cannot be deleted

To test:

1.1 Create a subscription that creates items
1.2 Receive two issues
1.3 Use the new button to delete the 'Expected' issue
1.4 The issue is correctly deleted, but the new expected issue created
to replace the one which has been deleted don't have a published or
received date and is show in it's own tab.
1.5 Apply patch
1.6 Repeat steps 1.1 through 1.4
    => The new expected issue is created correctly

2.1 Use the same serial as in 1 or repeat step 1.1 and 1.2
2.2 Check out one of the items
2.3 Delete the corresponding serial and check box to delete items
2.4 The serial is deleted, but not the item.
    => No feedback is show to the user
2.5 Apply patch
2.6 Repeat step 2.1 through 2.4
    => As before, the serial is deleted, but not the item
    => This time, an error is shown to inform the user

Signed-off-by: sonia <sonia.bouis@univ-lyon3.fr>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
2020-03-19 09:31:02 +00:00
..
tables
acqui-search-result.tt
acqui-search.tt
checkexpiration.tt
claims.tt
result.tt Bug 11529: Add templates for biblio title display. Unify display. 2019-08-05 15:03:19 +01:00
routing-preview-slip.tt
routing-preview.tt
routing.tt Bug 8260: user rank order instead of absolute rank to set dropdowns on routing.pl 2019-10-17 14:42:18 +01:00
serials-collection.tt Bug 17674: Handling of special cases 2020-03-19 09:31:02 +00:00
serials-edit.tt Bug 24649: Fix two other missing <li> tags for cloned subfields 2020-02-17 10:37:26 +00:00
serials-home.tt
serials-search.tt Bug 23013: Upgrade DataTables in the staff client 2019-08-22 15:23:19 +01:00
showpredictionpattern.tt
subscription-add.tt Bug 24358: (bug 21232) Make the alert string translatable 2020-01-10 16:08:55 +00:00
subscription-batchedit.tt
subscription-bib-search.tt
subscription-detail.tt Bug 23448: (follow-up) Add comments on markup structure 2019-08-19 10:17:41 +01:00
subscription-frequencies.tt
subscription-history.tt
subscription-numberpatterns.tt Bug 23013: Upgrade DataTables in the staff client 2019-08-22 15:23:19 +01:00
subscription-renew.tt Bug 7047: (QA follow-up) Add missing filters 2019-12-23 12:07:08 +00:00
viewalerts.tt