Koha/koha-tmpl/intranet-tmpl/prog/en/modules/serials
Jonathan Druart 520bda9a45
Bug 37982: Replace edit form with GET
Caught by tests from bug 37728

 # $VAR3 = 'koha-tmpl/intranet-tmpl/prog/en/modules/serials/serials-collection.tt:158';

We don't really need the form to be POSTed, we should not reach the URL maxlength.
The UI will certainly explode if there are lot of items to edit anyway.
The code is not clear on this page as we are sending several forms using
the items selected from this table. But this one form is used to display
the edit form and so can be GET (and better as the URL can be shared).
The other actions have their own form (in modals mostly).

Test plan:
Create a subscription and go to the serial collection page.
Make sure at least one item is select and click the "Edit" button.
No behaviour change expected here, the edit form should still be
displayed.
Try the other actions on top of the table and confirm they are still
working as before.

Signed-off-by: Phil Ringnalda <phil@chetcolibrary.org>
Signed-off-by: Pedro Amorim <pedro.amorim@ptfs-europe.com>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
2024-09-30 15:26:22 +01:00
..
acqui-search-result.tt Bug 33925: Improve translation of title tags: Serials 2024-09-02 12:13:45 +02:00
acqui-search.tt Bug 33925: Improve translation of title tags: Serials 2024-09-02 12:13:45 +02:00
checkexpiration.tt Bug 33925: Improve translation of title tags: Serials 2024-09-02 12:13:45 +02:00
claims.tt Bug 33925: Improve translation of title tags: Serials 2024-09-02 12:13:45 +02:00
result.tt Bug 33925: Improve translation of title tags: Serials 2024-09-02 12:13:45 +02:00
routing-preview-slip.tt Bug 33925: Improve translation of title tags: Serials 2024-09-02 12:13:45 +02:00
routing-preview.tt Bug 37873: Unable to delete user from routing list or preview/print routing list slip 2024-09-13 16:06:22 +02:00
routing.tt Bug 37873: Unable to delete user from routing list or preview/print routing list slip 2024-09-13 16:06:22 +02:00
serials-collection.tt Bug 37982: Replace edit form with GET 2024-09-30 15:26:22 +01:00
serials-edit.tt Bug 33925: Improve translation of title tags: Serials 2024-09-02 12:13:45 +02:00
serials-home.tt Bug 36083: Fix HTML additional contents for the logged in branchcode 2024-09-30 15:23:20 +01:00
serials-search.tt Bug 33925: Improve translation of title tags: Serials 2024-09-02 12:13:45 +02:00
showpredictionpattern.tt Bug 27631: reports and serials folders 2022-04-20 09:03:38 -10:00
subscription-add.tt Bug 33925: Improve translation of title tags: Serials 2024-09-02 12:13:45 +02:00
subscription-batchedit.tt Bug 33925: Improve translation of title tags: Serials 2024-09-02 12:13:45 +02:00
subscription-bib-search.tt Bug 33925: Improve translation of title tags: Serials 2024-09-02 12:13:45 +02:00
subscription-detail.tt Bug 33925: Improve translation of title tags: Serials 2024-09-02 12:13:45 +02:00
subscription-frequencies.tt Bug 33925: Improve translation of title tags: Serials 2024-09-02 12:13:45 +02:00
subscription-history.tt Bug 33925: Improve translation of title tags: Serials 2024-09-02 12:13:45 +02:00
subscription-numberpatterns.tt Bug 33925: Improve translation of title tags: Serials 2024-09-02 12:13:45 +02:00
subscription-renew.tt Bug 33925: Improve translation of title tags: Serials 2024-09-02 12:13:45 +02:00
viewalerts.tt Bug 33925: Improve translation of title tags: Serials 2024-09-02 12:13:45 +02:00