Bugzilla – Attachment 170867 Details for
Bug 37745
Duplicate class attributes break dropdown items
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 37745: Fix change framework
Bug-37745-Fix-change-framework.patch (text/plain), 2.11 KB, created by
Owen Leonard
on 2024-08-29 11:35:21 UTC
(
hide
)
Description:
Bug 37745: Fix change framework
Filename:
MIME Type:
Creator:
Owen Leonard
Created:
2024-08-29 11:35:21 UTC
Size:
2.11 KB
patch
obsolete
>From dc81b215065bcfac29158b2cee2a78cb03e71959 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Thu, 29 Aug 2024 12:20:36 +0200 >Subject: [PATCH] Bug 37745: Fix change framework > >Same problem as the previous patch when we try to change the bib >framework while editing a bib record > >Signed-off-by: Owen Leonard <oleonard@myacpl.org> >--- > .../intranet-tmpl/prog/en/modules/cataloguing/addbiblio.tt | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/addbiblio.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/addbiblio.tt >index 7ea0f716f4..1a79aee53c 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/addbiblio.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/addbiblio.tt >@@ -970,7 +970,7 @@ $(document).ready(function(){ > [% END %] > <li><h6 class="dropdown-header">Change framework</h6></li> > <li> >- <a class="dropdown-item" href="#" class="change-framework" data-frameworkcode=""> >+ <a class="dropdown-item change-framework" href="#" data-frameworkcode=""> > [% IF ( frameworkcode ) %] > <i class="fa fa-fw"> </i> > [% ELSE %] >@@ -981,7 +981,7 @@ $(document).ready(function(){ > </li> > [% FOREACH framework IN frameworks%] > <li> >- <a class="dropdown-item" href="#" class="change-framework" data-frameworkcode="[% framework.frameworkcode | html %]"> >+ <a class="dropdown-item change-framework" href="#" data-frameworkcode="[% framework.frameworkcode | html %]"> > [% IF framework.frameworkcode == frameworkcode %] > <i class="fa fa-fw fa-check"></i> > [% ELSE %] >-- >2.39.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 37745
:
170760
|
170772
|
170776
|
170858
|
170859
|
170866
|
170867
|
170868
|
170869
|
170943
|
170944
|
170945
|
170946