Bugzilla – Attachment 150957 Details for
Bug 33578
Cannot edit patron restriction types
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 33578: Fix patron restriction types edition
Bug-33578-Fix-patron-restriction-types-edition.patch (text/plain), 1.16 KB, created by
Jonathan Druart
on 2023-05-10 09:22:30 UTC
(
hide
)
Description:
Bug 33578: Fix patron restriction types edition
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2023-05-10 09:22:30 UTC
Size:
1.16 KB
patch
obsolete
>From c8c1abf8a73e61dd604946409ca0e11166b4a80b Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Wed, 10 May 2023 11:21:19 +0200 >Subject: [PATCH] Bug 33578: Fix patron restriction types edition > >When editing an existing patron restriction type you'll always get an error on saving: > >Label is already in use > >To test: >* Activate use of patron restriction types >* Edit any of the system types >* Create new ones >--- > koha-tmpl/intranet-tmpl/prog/en/modules/admin/restrictions.tt | 1 + > 1 file changed, 1 insertion(+) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/restrictions.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/restrictions.tt >index 7ae546a9839..b2c2b81a78c 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/restrictions.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/restrictions.tt >@@ -211,6 +211,7 @@ > var MSG_DUPLICATE_DISPLAY_TEXT = _("Label is already in use"); > var existing = { > [% FOREACH ex IN existing %] >+ [% NEXT IF ex.code == restriction.code %] > [% ex.code | $raw %]: '[% ex.display_text | $raw %]', > [% END %] > }; >-- >2.25.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 33578
:
150957
|
150976
|
151478
|
151479
|
152610
|
152611