Bugzilla – Attachment 144019 Details for
Bug 32212
Add separate Bootstrap 4 node module for the OPAC
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 32212: (bug 32030 follow-up) Restore bootstrap 4
Bug-32212-bug-32030-follow-up-Restore-bootstrap-4.patch (text/plain), 1.22 KB, created by
Tomás Cohen Arazi (tcohen)
on 2022-11-17 17:50:30 UTC
(
hide
)
Description:
Bug 32212: (bug 32030 follow-up) Restore bootstrap 4
Filename:
MIME Type:
Creator:
Tomás Cohen Arazi (tcohen)
Created:
2022-11-17 17:50:30 UTC
Size:
1.22 KB
patch
obsolete
>From e7d4898d678c213dec7af6083f3e8cc9ed4cd649 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Thu, 17 Nov 2022 07:48:54 +0100 >Subject: [PATCH] Bug 32212: (bug 32030 follow-up) Restore bootstrap 4 > >During the development of the eRM module I've tried to use bootstrap 5 >(and vue-bootstrap), but I didn't manage to make it work without >modifying the version used in Koha. This change is actually not needed >and we can keep version 4. >See commit 8c32f186d5a62e742621c35cfacff5b22bb42b71 >Bug 32030: ERM - Remove BootstrapVue3 > >Test plan: >% yarn install >% git diff >you should notice the version change in yarn.lock > >Signed-off-by: David Nind <david@davidnind.com> >Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> >--- > package.json | 3 +-- > 1 file changed, 1 insertion(+), 2 deletions(-) > >diff --git a/package.json b/package.json >index 31f60bb9800..d7e59eec409 100644 >--- a/package.json >+++ b/package.json >@@ -15,8 +15,7 @@ > "@popperjs/core": "^2.11.2", > "@vue/cli-service": "^5.0.1", > "babel-core": "^7.0.0-beta.3", >- "bootstrap": "^5.1.3", >- "bootstrap-vue-3": "^0.1.7", >+ "bootstrap": "^4.5.2", > "css-loader": "^6.6.0", > "cypress": "^9.5.2", > "gulp": "^4.0.2", >-- >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 32212
:
143924
|
143925
|
143981
|
143995
| 144019