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

Phil Ringnalda <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #3 from Phil Ringnalda <[email protected]> ---
That would then break deleting a frequency that is in use, which returns a page
saying it is in use and asks for a confirmation that you want to delete it, and
if you do, POSTs with op=cud-del.

It is a cud- op, the d is for delete, and it should require a POST.

The problem is that the link for the first attempt at deleting is doing a GET
with just op=del. Two possible solutions for that: either the link needs to use
submit-form-link to POST (probably with a data-confirmation-msg, it's a bit
sketchy that you can delete an unused frequency with no confirmation at all),
or the ops need to be reworked into a GET of delete-confirm which returns a
page that says whether or not the frequency is in use and asks for confirmation
either way and POSTS to cud-delete.

-- 
You are receiving this mail because:
You are watching all bug changes.
You are the assignee for the bug.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to