Bugzilla – Attachment 154951 Details for
Bug 34601
Cannot manage suggestions without CSRF error
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 34601: Fix wrong quote
Bug-34601-Fix-wrong-quote.patch (text/plain), 2.30 KB, created by
Tomás Cohen Arazi (tcohen)
on 2023-08-30 11:52:45 UTC
(
hide
)
Description:
Bug 34601: Fix wrong quote
Filename:
MIME Type:
Creator:
Tomás Cohen Arazi (tcohen)
Created:
2023-08-30 11:52:45 UTC
Size:
2.30 KB
patch
obsolete
>From 3da4012a248dafa7ef5eb289f9efcea061ffed8f Mon Sep 17 00:00:00 2001 >From: Tomas Cohen Arazi <tomascohen@theke.io> >Date: Wed, 30 Aug 2023 08:51:17 -0300 >Subject: [PATCH] Bug 34601: Fix wrong quote > >Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> >--- > .../intranet-tmpl/prog/en/modules/suggestion/suggestion.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/suggestion/suggestion.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/suggestion/suggestion.tt >index ab72c2dfc96..dad6bd0e8f1 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/suggestion/suggestion.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/suggestion/suggestion.tt >@@ -847,7 +847,7 @@ > <div class="btn-group dropup"> > <a class="btn btn-default btn-xs" role="button" href="suggestion.pl?suggestionid=[% s.suggestionid | html %]&csrf_token=[% csrf_token | html %]&op=edit"><i class="fa-solid fa-pencil" aria-hidden="true"></i> Edit</a><a class="btn btn-default btn-xs dropdown-toggle" id="more_actions_[% s.suggestionid | html %]" role="button" data-toggle="dropdown" href="#"><b class="caret"></b></a> > <ul class="dropdown-menu pull-right" role="menu" aria-labelledby="more_actions_[% s.suggestionid | html %]"> >- <li><a class="deletesuggestion" href="suggestion.pl?op=delete&suggestionid=[% s.suggestionid | html %]"&csrf_token=[% csrf_token | html %]><i class="fa fa-trash-can"></i> Delete</a></li> >+ <li><a class="deletesuggestion" href="suggestion.pl?op=delete&suggestionid=[% s.suggestionid | html %]&csrf_token=[% csrf_token | html %]"><i class="fa fa-trash-can"></i> Delete</a></li> > [% UNLESS s.archived %] > <li><a class="archivesuggestion" href="suggestion.pl?op=archive&suggestionid=[% s.suggestionid | html %]"><i class="fa fa-archive"></i> Archive</a></li> > [% ELSE %] >-- >2.42.0
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 34601
:
154719
|
154720
|
154724
|
154747
|
154748
|
154762
| 154951 |
156122