Bugzilla – Attachment 51559 Details for
Bug 16523
Ability to choose NONE for the libraries limitation in authorised values
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 16523: Groups showing empty tables if no groups defined
Bug-16523-Groups-showing-empty-tables-if-no-groups.patch (text/plain), 1.30 KB, created by
Aleisha Amohia
on 2016-05-17 05:06:35 UTC
(
hide
)
Description:
Bug 16523: Groups showing empty tables if no groups defined
Filename:
MIME Type:
Creator:
Aleisha Amohia
Created:
2016-05-17 05:06:35 UTC
Size:
1.30 KB
patch
obsolete
>From e9f73d85d2ae03875fe3d773c551706d2ebc825a Mon Sep 17 00:00:00 2001 >From: Aleisha <aleishaamohia@hotmail.com> >Date: Tue, 17 May 2016 05:04:08 +0000 >Subject: [PATCH] Bug 16523: Groups showing empty tables if no groups defined > >To test: >1) Go to Admin -> Libraries and Groups >2) Notice empty tables if nothing defined >3) Apply patch and refresh page >4) Empty tables should not show >5) Add a new group >6) Confirm table shows correctly > >Sponsored-by: Catalyst IT >--- > koha-tmpl/intranet-tmpl/prog/en/modules/admin/branches.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >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 b698a86..0920450 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/branches.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/branches.tt >@@ -283,7 +283,7 @@ tinyMCE.init({ > [% IF group_types %] > [% FOREACH group_type IN group_types %] > <h3>[% IF group_type.categorytype == 'properties' %]Properties[% ELSIF group_type.categorytype == 'searchdomain' %]Search domain[% END %]</h3> >- [% IF group_type.categories %] >+ [% IF group_type.categories.size %] > <table> > <thead> > <tr> >-- >1.7.10.4
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 16523
:
51559