Bugzilla – Attachment 80347 Details for
Bug 15836
Labels: Offer configuration option for splitting call numbers
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 15836: Fix display input in any situations
Bug-15836-Fix-display-input-in-any-situations.patch (text/plain), 1.41 KB, created by
PTFS Europe Sandboxes
on 2018-10-10 13:15:17 UTC
(
hide
)
Description:
Bug 15836: Fix display input in any situations
Filename:
MIME Type:
Creator:
PTFS Europe Sandboxes
Created:
2018-10-10 13:15:17 UTC
Size:
1.41 KB
patch
obsolete
>From 84685c6981fd9566725373f32cac24fc9464abc4 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Sun, 16 Sep 2018 16:25:24 -0700 >Subject: [PATCH] Bug 15836: Fix display input in any situations >MIME-Version: 1.0 >Content-Type: text/plain; charset=UTF-8 >Content-Transfer-Encoding: 8bit > >Fix when switching an existing rule to RegEx > >Signed-off-by: Christian Stelzenmüller <christian.stelzenmueller@bsz-bw.de> >Signed-off-by: Christian Stelzenmüller <christian.stelzenmueller@bsz-bw.de> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/admin/classsources.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/classsources.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/classsources.tt >index 20ca092011..6ebaeb3d34 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/classsources.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/classsources.tt >@@ -244,7 +244,7 @@ > <li id="regex_block"> > <label for="split_regex" class="required">Regular expression: </label> > <div> >- [% IF split_rule %] >+ [% IF split_rule AND split_rule.regexs.count %] > [% FOR re IN split_rule.regexs %] > <div class="split_regex"> > <input type="text" name="split_regex" id="split_regex" value="[% re | html %]" /> >-- >2.11.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 15836
:
76691
|
76692
|
76693
|
76694
|
76695
|
76696
|
77061
|
77079
|
77306
|
78791
|
78793
|
78795
|
78796
|
78798
|
78799
|
79029
|
80339
|
80340
|
80341
|
80342
|
80343
|
80344
|
80345
|
80346
|
80347
|
80548
|
80549
|
80550
|
80551
|
80552
|
80553
|
80554
|
80555
|
80556
|
81033
|
81034
|
81035
|
81036
|
81037
|
81038
|
81039
|
81040
|
81041
|
81627
|
81628
|
81629
|
81630
|
81631
|
81632
|
81633
|
81634
|
81635
|
82110
|
82112
|
82113
|
82118
|
82119
|
82120
|
82289
|
82290
|
82291
|
82292
|
82293
|
82294
|
82295
|
82296
|
82297
|
82298
|
82299
|
82300
|
82301
|
82302
|
82317
|
82318
|
82319
|
82321