Bugzilla – Attachment 139000 Details for
Bug 29723
Add a "Configure table" button for KohaTable tables
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 29723: (QA follow-up) Ensure ID's match Module names
Bug-29723-QA-follow-up-Ensure-IDs-match-Module-nam.patch (text/plain), 4.01 KB, created by
Jonathan Druart
on 2022-08-10 14:12:54 UTC
(
hide
)
Description:
Bug 29723: (QA follow-up) Ensure ID's match Module names
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2022-08-10 14:12:54 UTC
Size:
4.01 KB
patch
obsolete
>From 21606978254fc83edbd1e938ed7fdaf575b22174 Mon Sep 17 00:00:00 2001 >From: Martin Renvoize <martin.renvoize@ptfs-europe.com> >Date: Wed, 10 Aug 2022 14:52:53 +0100 >Subject: [PATCH] Bug 29723: (QA follow-up) Ensure ID's match Module names > >There was a disparity between module codes and how it was used to >construct ID's for various elements.. this patch updates ID's to match >codes for circulation and illrequests. > >Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >--- > .../prog/en/modules/admin/columns_settings.tt | 12 ++++++------ > 1 file changed, 6 insertions(+), 6 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/columns_settings.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/columns_settings.tt >index 865af8739f0..462ea56cf0f 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/columns_settings.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/columns_settings.tt >@@ -280,14 +280,14 @@ > </div> > > <div class="panel panel-default"> >- <div class="panel-heading" role="tab" id="circulationHeading"> >+ <div class="panel-heading" role="tab" id="circHeading"> > <h2 class="panel-title"> >- <a id="circulationToggle" class="collapsed" role="button" data-toggle="collapse" data-parent="#modules" href="#circulation" aria-expanded="false" aria-controls="collapseOne"> >+ <a id="circToggle" class="collapsed" role="button" data-toggle="collapse" data-parent="#modules" href="#circ" aria-expanded="false" aria-controls="collapseOne"> > Circulation > </a> > </h2> > </div> <!-- /.panel-heading --> >- <div id="circulation" class="panel-collapse collapse" role="tabpanel" aria-labelledby="circulationHeading"> >+ <div id="circ" class="panel-collapse collapse" role="tabpanel" aria-labelledby="circHeading"> > <div class="panel-body"> > <h3>Circulation tables</h3> > [% PROCESS pagelist module=modules.circ modulename="circ" %] >@@ -312,14 +312,14 @@ > </div> > > <div class="panel panel-default"> >- <div class="panel-heading" role="tab" id="illHeading"> >+ <div class="panel-heading" role="tab" id="illrequestsHeading"> > <h2 class="panel-title"> >- <a id="illToggle" class="collapsed" role="button" data-toggle="collapse" data-parent="#modules" href="#ill" aria-expanded="false" aria-controls="collapseOne"> >+ <a id="illrequestsToggle" class="collapsed" role="button" data-toggle="collapse" data-parent="#modules" href="#illrequests" aria-expanded="false" aria-controls="collapseOne"> > Interlibrary loans > </a> > </h2> > </div> <!-- /.panel-heading --> >- <div id="ill" class="panel-collapse collapse" role="tabpanel" aria-labelledby="illHeading"> >+ <div id="illrequests" class="panel-collapse collapse" role="tabpanel" aria-labelledby="illrequestsHeading"> > <div class="panel-body"> > <h3>Interlibrary loans tables</h3> > [% PROCESS pagelist module=modules.illrequests modulename="illrequests" %] >-- >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 29723
:
128648
|
131874
|
133029
|
138951
|
138952
|
138972
|
138973
|
138974
|
138975
|
138985
|
138986
|
138987
|
138988
|
138989
|
138992
|
138993
|
138994
|
138995
|
138996
|
138997
|
138998
|
138999
|
139000
|
139002
|
139003
|
139004
|
139005
|
139006
|
139194