Bugzilla – Attachment 171177 Details for
Bug 37846
Serial prediction pattern test appears at the bottom of the page
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 37846: Fix serial prediction pattern layout
Bug-37846-Fix-serial-prediction-pattern-layout.patch (text/plain), 1.65 KB, created by
Jonathan Druart
on 2024-09-09 08:56:44 UTC
(
hide
)
Description:
Bug 37846: Fix serial prediction pattern layout
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2024-09-09 08:56:44 UTC
Size:
1.65 KB
patch
obsolete
>From ec2cefc573fc5ccb74980875ba073709d3745eba Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >Date: Fri, 6 Sep 2024 12:13:37 +0000 >Subject: [PATCH] Bug 37846: Fix serial prediction pattern layout > >This patch corrects the class which is added to the serial prediction >pattern in order for it to display as a second column in the >subscription edit page. "col-xs-*" classes no longer exist in Bootstrap >5. > >To test, apply the patch and go to Serials. > >1. Click "New subscription" >2. Enter a record number in the form (e.g. 55) >3. Click "Next" (and confirm there is no vendor) >4. Enter values for > - First issue publication date > - Frequency > - Subscription length > - Subscription start date > - Numbering pattern > - Numbering "Begins with" >5. Click "Test prediction pattern" > - The prediction pattern panel should appear as a second column on > the page. > >Signed-off-by: David Nind <david@davidnind.com> > >Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >--- > koha-tmpl/intranet-tmpl/prog/js/subscription-add.js | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/js/subscription-add.js b/koha-tmpl/intranet-tmpl/prog/js/subscription-add.js >index f89fc375a72..6544ed844fa 100644 >--- a/koha-tmpl/intranet-tmpl/prog/js/subscription-add.js >+++ b/koha-tmpl/intranet-tmpl/prog/js/subscription-add.js >@@ -545,7 +545,7 @@ function mana_comment_close(){ > > function showPredictionPatternTest( data ){ > $("#displayexample").html(data).show(); >- $("#page_2 > div").attr("class","col-xs-6"); >+ $("#page_2 > div").attr("class","col-sm-6"); > } > > function hidePredcitionPatternTest(){ >-- >2.34.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 37846
:
171134
|
171166
| 171177