Bugzilla – Attachment 118148 Details for
Bug 27929
Regex option in item batch modification is hidden for itemcallnumber if 952$o linked to cn_browser plugin
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 27929: Allow regex for subfield linked with cataloguing plugin
Bug-27929-Allow-regex-for-subfield-linked-with-cat.patch (text/plain), 1.24 KB, created by
Jonathan Druart
on 2021-03-11 15:22:49 UTC
(
hide
)
Description:
Bug 27929: Allow regex for subfield linked with cataloguing plugin
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2021-03-11 15:22:49 UTC
Size:
1.24 KB
patch
obsolete
>From 466e7e9d7ccf0b4fcc78bc920f2d7c1f52359e97 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Thu, 11 Mar 2021 16:22:13 +0100 >Subject: [PATCH] Bug 27929: Allow regex for subfield linked with cataloguing > plugin > >--- > koha-tmpl/intranet-tmpl/prog/en/modules/tools/batchMod-edit.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batchMod-edit.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batchMod-edit.tt >index 42132bfcc9..bb83294ac1 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batchMod-edit.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batchMod-edit.tt >@@ -295,7 +295,7 @@ > <span class="required">Required</span> > [% END %] > >- [% IF (mv.type == 'text' || mv.type == 'textarea' ) %] >+ [% IF (mv.type == 'text' || mv.type == 'text2' || mv.type == 'textarea' ) %] > <a href="#" name="field_regex" id="[% ite.id | html %]" >RegEx</a> > [% END %] > >-- >2.20.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 27929
:
118148
|
121660
|
121870
|
121871