Bugzilla – Attachment 162788 Details for
Bug 34631
Independentbranches - Non-superuser should not be able to write Additional contents for other branches
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 34631: Independentbranches - Non-superuser should not be able to write Additional contents for other branches
Bug-34631-Independentbranches---Non-superuser-shou.patch (text/plain), 1.28 KB, created by
Matthias Le Gac
on 2024-03-05 19:01:17 UTC
(
hide
)
Description:
Bug 34631: Independentbranches - Non-superuser should not be able to write Additional contents for other branches
Filename:
MIME Type:
Creator:
Matthias Le Gac
Created:
2024-03-05 19:01:17 UTC
Size:
1.28 KB
patch
obsolete
>From 1e1615ca03908ad4986d95680c28658dd7c86dd1 Mon Sep 17 00:00:00 2001 >From: Matthias Le Gac <matthias.le-gac@inlibro.com> >Date: Tue, 5 Mar 2024 13:59:21 -0500 >Subject: [PATCH] Bug 34631: Independentbranches - Non-superuser should not be > able to write Additional contents for other branches > >--- > .../intranet-tmpl/prog/en/modules/tools/additional-contents.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/additional-contents.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/additional-contents.tt >index a8e8990529..c811e35ddd 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/additional-contents.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/additional-contents.tt >@@ -407,7 +407,7 @@ > [% IF ( c.is_expired ) %]<tr class="expired">[% ELSE %]<tr>[% END %] > <td> > [% UNLESS ( my_branch && my_branch != c.branchcode ) %] >- <input type="checkbox" name="ids" value="[% c.idnew | html %]" /> >+ <input type="checkbox" name="ids" value="[% c.id | html %]" /> > [% END %] > </td> > <td> >-- >2.34.1
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 34631
:
154889
|
154890
|
162787
|
162788
|
162856
|
162929
|
162972
|
162995
|
172231