Bugzilla – Attachment 184835 Details for
Bug 40535
Branches.tt view page has out of place "Category:" field
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 40535: (QA follow-up) Remove unused category field from edit page
Bug-40535-QA-follow-up-Remove-unused-category-fiel.patch (text/plain), 2.29 KB, created by
Emily Lamancusa (emlam)
on 2025-07-29 17:48:23 UTC
(
hide
)
Description:
Bug 40535: (QA follow-up) Remove unused category field from edit page
Filename:
MIME Type:
Creator:
Emily Lamancusa (emlam)
Created:
2025-07-29 17:48:23 UTC
Size:
2.29 KB
patch
obsolete
>From 238bee12b2c314d95f27d0202107e3b32bbde6cb Mon Sep 17 00:00:00 2001 >From: Emily Lamancusa <emily.lamancusa@montgomerycountymd.gov> >Date: Tue, 29 Jul 2025 13:44:04 -0400 >Subject: [PATCH] Bug 40535: (QA follow-up) Remove unused category field from > edit page > >This field is outdated and will never display. It should be removed. > >Signed-off-by: Emily Lamancusa <emily.lamancusa@montgomerycountymd.gov> >--- > .../prog/en/modules/admin/branches.tt | 20 ------------------- > 1 file changed, 20 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/branches.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/branches.tt >index 8ba7d08a96..828c5225fe 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/branches.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/branches.tt >@@ -163,26 +163,6 @@ > <div class="required">Required</div> > </div> > </fieldset> >- [% IF categories %] >- <fieldset class="fg" >- ><legend>Group(s):</legend> >- [% FOREACH category IN categories %] >- <div class="fg-row"> >- <div class="fg-label"> >- <label for="[% category.categorycode | html %]">[% category.categoryname | html %]: </label> >- </div> >- <div class="fg-input"> >- [% IF category and selected_categorycodes.grep(category.categorycode).size %] >- <input type="checkbox" id="[% category.categorycode | html %]" name="selected_categorycode_[% category.categorycode | html %]" checked="checked" /> >- [% ELSE %] >- <input type="checkbox" id="[% category.categorycode | html %]" name="selected_categorycode_[% category.categorycode | html %]" /> >- [% END %] >- </div> >- <div class="hint">[% category.codedescription | html %]</div> >- </div> >- [% END %] >- </fieldset> >- [% END %] > <fieldset class="fg"> > <div class="fg-row"> > <div class="fg-label"> >-- >2.39.5
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 40535
:
184759
|
184760
|
184834
| 184835