Bugzilla – Attachment 176015 Details for
Bug 37054
Allow for custom library colors in the staff interface
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 37054: DO NOT PUSH - More schema updates
Bug-37054-DO-NOT-PUSH---More-schema-updates.patch (text/plain), 1.42 KB, created by
Lucas Gass (lukeg)
on 2024-12-30 18:07:57 UTC
(
hide
)
Description:
Bug 37054: DO NOT PUSH - More schema updates
Filename:
MIME Type:
Creator:
Lucas Gass (lukeg)
Created:
2024-12-30 18:07:57 UTC
Size:
1.42 KB
patch
obsolete
>From 1def5d36e66b9c3909df1174d6f0d486c84ede73 Mon Sep 17 00:00:00 2001 >From: Lucas Gass <lucas@bywatersolutions.com> >Date: Mon, 30 Dec 2024 18:05:14 +0000 >Subject: [PATCH] Bug 37054: DO NOT PUSH - More schema updates > >--- > Koha/Schema/Result/Branch.pm | 10 +++++----- > 1 file changed, 5 insertions(+), 5 deletions(-) > >diff --git a/Koha/Schema/Result/Branch.pm b/Koha/Schema/Result/Branch.pm >index f1d5cfcdfbf..4203ffd4f17 100644 >--- a/Koha/Schema/Result/Branch.pm >+++ b/Koha/Schema/Result/Branch.pm >@@ -206,13 +206,13 @@ branch specific javascript for the OPAC > > branch specific css for the OPAC > >-=head2 branchcolor >+=head2 library_color > > data_type: 'varchar' > is_nullable: 1 > size: 16 > >-branch specific color >+library specific color > > =cut > >@@ -267,7 +267,7 @@ __PACKAGE__->add_columns( > { data_type => "longtext", is_nullable => 1 }, > "opacusercss", > { data_type => "longtext", is_nullable => 1 }, >- "branchcolor", >+ "library_color", > { data_type => "varchar", is_nullable => 1, size => 16 }, > ); > >@@ -1006,8 +1006,8 @@ __PACKAGE__->has_many( > ); > > >-# Created by DBIx::Class::Schema::Loader v0.07051 @ 2024-06-07 16:19:19 >-# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:o4mDVGwBMW9RsoohPU5EZQ >+# Created by DBIx::Class::Schema::Loader v0.07051 @ 2024-12-30 18:00:37 >+# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:1pdWQr3LWzmO4yk61f3eHw > > __PACKAGE__->add_columns( > '+pickup_location' => { is_boolean => 1 }, >-- >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 37054
:
167577
|
167578
|
167579
|
167590
|
167595
|
167596
|
167597
|
167598
|
167609
|
167612
|
167613
|
167614
|
167615
|
167616
|
167618
|
167625
|
171221
|
171222
|
171223
|
171224
|
171225
|
171226
|
175991
|
175992
|
175993
|
175994
|
175995
|
175996
|
176014
|
176015
|
176016
|
176615
|
176616
|
180329
|
180330
|
180331
|
180332
|
180333
|
180334