Bug 35331: CSRF follow-up

Update method to op

Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de>
This commit is contained in:
Pedro Amorim 2024-03-06 10:25:08 +00:00 committed by Katrin Fischer
parent d337541353
commit bff94dee77
Signed by: kfischer
GPG key ID: 0EF6E2C03357A834

View file

@ -2077,7 +2077,7 @@ sub get_staff_table_actions {
my $ill_table_actions = [
{
button_class => 'btn btn-default btn-sm',
button_link => '/cgi-bin/koha/ill/ill-requests.pl?method=illview&amp;illrequest_id=',
button_link => '/cgi-bin/koha/ill/ill-requests.pl?op=illview&amp;illrequest_id=',
append_column_data_to_link => 1,
button_link_translatable_text => 'ill_manage',
}