Bugzilla – Attachment 130481 Details for
Bug 29844
Remove uses of wantarray in Koha::Objects
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 29844: Fix selenium/administration_tasks.t
Bug-29844-Fix-seleniumadministrationtaskst.patch (text/plain), 1.34 KB, created by
Jonathan Druart
on 2022-02-11 08:17:17 UTC
(
hide
)
Description:
Bug 29844: Fix selenium/administration_tasks.t
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2022-02-11 08:17:17 UTC
Size:
1.34 KB
patch
obsolete
>From 54e8c056226e27b3c9dfe424dd715c8adfaf3502 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Fri, 11 Feb 2022 08:54:27 +0100 >Subject: [PATCH] Bug 29844: Fix selenium/administration_tasks.t > >--- > koha-tmpl/intranet-tmpl/prog/en/modules/admin/smart-rules.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/smart-rules.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/smart-rules.tt >index ca0a7fd39f9..9b33d078070 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/smart-rules.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/smart-rules.tt >@@ -369,7 +369,7 @@ > [% FOREACH itemtypeloo IN itemtypeloop %] > [% NEXT IF itemtypeloo.parent_type %] > [% SET children = itemtypeloo.children_with_localization %] >- [% IF children %] >+ [% IF children.count %] > <optgroup label="[% itemtypeloo.translated_description | html %]"> > <option value="[% itemtypeloo.itemtype | html %]">[% itemtypeloo.translated_description | html %] (All)</option> > [% FOREACH child IN children %] >-- >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 29844
:
129285
|
129286
|
129287
|
129290
|
129291
|
129292
|
129293
|
129295
|
129996
|
129997
|
129998
|
129999
|
130098
|
130099
|
130100
|
130101
|
130129
|
130130
|
130131
|
130132
|
130133
|
130134
|
130135
|
130136
|
130137
|
130138
|
130139
|
130143
|
130145
|
130146
| 130481 |
130947
|
131032