Bugzilla – Attachment 150757 Details for
Bug 32721
Allow specifying UserCSS and UserJS at library level for the OPAC
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 32721: DBIC Schema update
Bug-32721-DBIC-Schema-update.patch (text/plain), 1.59 KB, created by
Martin Renvoize (ashimema)
on 2023-05-05 14:14:25 UTC
(
hide
)
Description:
Bug 32721: DBIC Schema update
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2023-05-05 14:14:25 UTC
Size:
1.59 KB
patch
obsolete
>From 491d4e48104edf3714474657936dd2b551141c2f Mon Sep 17 00:00:00 2001 >From: Martin Renvoize <martin.renvoize@ptfs-europe.com> >Date: Fri, 5 May 2023 15:00:09 +0100 >Subject: [PATCH] Bug 32721: DBIC Schema update > >Update after field change >--- > Koha/Schema/Result/Branch.pm | 12 ++++++------ > 1 file changed, 6 insertions(+), 6 deletions(-) > >diff --git a/Koha/Schema/Result/Branch.pm b/Koha/Schema/Result/Branch.pm >index 3304ac14f1..463a5c0f63 100644 >--- a/Koha/Schema/Result/Branch.pm >+++ b/Koha/Schema/Result/Branch.pm >@@ -192,14 +192,14 @@ the ability to act as a pickup location > > whether this library should show in the opac > >-=head2 userjs >+=head2 opacuserjs > > data_type: 'longtext' > is_nullable: 1 > > branch specific javascript for the OPAC > >-=head2 usercss >+=head2 opacusercss > > data_type: 'longtext' > is_nullable: 1 >@@ -255,9 +255,9 @@ __PACKAGE__->add_columns( > { data_type => "tinyint", default_value => 1, is_nullable => 0 }, > "public", > { data_type => "tinyint", default_value => 1, is_nullable => 0 }, >- "userjs", >+ "opacuserjs", > { data_type => "longtext", is_nullable => 1 }, >- "usercss", >+ "opacusercss", > { data_type => "longtext", is_nullable => 1 }, > ); > >@@ -936,8 +936,8 @@ __PACKAGE__->has_many( > ); > > >-# Created by DBIx::Class::Schema::Loader v0.07049 @ 2023-01-26 15:44:39 >-# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:V2cUJxcsWRSu4nyO3S6C4Q >+# Created by DBIx::Class::Schema::Loader v0.07049 @ 2023-05-05 13:59:09 >+# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:HIFh/XIWUlQIs2SJMW/yVQ > > __PACKAGE__->add_columns( > '+pickup_location' => { is_boolean => 1 }, >-- >2.40.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 32721
:
145731
|
145732
|
145733
|
145734
|
145735
|
145754
|
145759
|
146159
|
146160
|
146161
|
146162
|
146163
|
146164
|
147373
|
149860
|
149861
|
149862
|
149863
|
149864
|
149865
|
149866
|
150713
|
150724
|
150725
|
150726
|
150727
|
150728
|
150729
|
150730
|
150731
|
150732
|
150754
|
150755
|
150756
|
150757
|
150758
|
156157
|
156158
|
156159
|
156160
|
156161
|
156162
|
156163
|
156164
|
157335