Bugzilla – Attachment 71383 Details for
Bug 20157
Use group 'features' to decide which groups to use for group searching functionality
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 20157: Correctly hide the features for non first level groups
Bug-20157-Correctly-hide-the-features-for-non-firs.patch (text/plain), 1.17 KB, created by
Jonathan Druart
on 2018-02-09 13:10:53 UTC
(
hide
)
Description:
Bug 20157: Correctly hide the features for non first level groups
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2018-02-09 13:10:53 UTC
Size:
1.17 KB
patch
obsolete
>From b51d483e0855b9b19a035f1c4eb657912f972c8c Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Fri, 9 Feb 2018 10:10:31 -0300 >Subject: [PATCH] Bug 20157: Correctly hide the features for non first level > groups > >--- > koha-tmpl/intranet-tmpl/prog/en/modules/admin/library_groups.tt | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/library_groups.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/library_groups.tt >index e54a08a9e8..2195883c66 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/library_groups.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/library_groups.tt >@@ -59,9 +59,9 @@ > $('#add-group-modal-ft_search_groups_opac').prop('checked', false); > $('#add-group-modal-ft_search_groups_staff').prop('checked', false); > if ( parent_id ) { >- $('#root-group-features-edit').hide(); >+ $('#root-group-features-add').hide(); > } else { >- $('#root-group-features-edit').show(); >+ $('#root-group-features-add').show(); > } > $('#add-group-modal').modal('show'); > } >-- >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 20157
:
71320
|
71321
|
71323
|
71324
|
71382
|
71383
|
71385
|
71387
|
71395
|
71396
|
71397
|
71398
|
71399
|
71400