Bugzilla – Attachment 162706 Details for
Bug 35067
Allow authorised value parent category so categories can be linked and shown together
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 35067: No parent category selected by default
Bug-35067-No-parent-category-selected-by-default.patch (text/plain), 1.24 KB, created by
Aleisha Amohia
on 2024-03-03 21:16:47 UTC
(
hide
)
Description:
Bug 35067: No parent category selected by default
Filename:
MIME Type:
Creator:
Aleisha Amohia
Created:
2024-03-03 21:16:47 UTC
Size:
1.24 KB
patch
obsolete
>From 98e1ad7afae8d81a15efbf1381d7e18dc38f3cea Mon Sep 17 00:00:00 2001 >From: Aleisha Amohia <aleishaamohia@hotmail.com> >Date: Sun, 3 Mar 2024 21:15:44 +0000 >Subject: [PATCH] Bug 35067: No parent category selected by default > >--- > .../intranet-tmpl/prog/en/modules/admin/authorised_values.tt | 1 + > 1 file changed, 1 insertion(+) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/authorised_values.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/authorised_values.tt >index e31befcfea0..642796c4e79 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/authorised_values.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/authorised_values.tt >@@ -137,6 +137,7 @@ > <li> > <label for="parent">Parent category:</label> > <select name="parent" id="parent_auth_value_categories"> >+ <option value="" selected> </option> > [% FOR c IN category_names %] > <option value="[% c.category_name | html %]">[% c.category_name | html %]</option> > [% END %] >-- >2.30.2
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 35067
:
162312
|
162326
|
162327
|
162328
|
162329
|
162355
|
162356
|
162357
|
162358
|
162702
|
162703
|
162704
|
162705
|
162706
|
162708