Bugzilla – Attachment 127147 Details for
Bug 27360
Libraries should be able to pick which branches display on the public 'Libraries' page
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 27360: (follow-up) Mark public as boolean
Bug-27360-follow-up-Mark-public-as-boolean.patch (text/plain), 824 bytes, created by
Martin Renvoize (ashimema)
on 2021-11-01 08:23:04 UTC
(
hide
)
Description:
Bug 27360: (follow-up) Mark public as boolean
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2021-11-01 08:23:04 UTC
Size:
824 bytes
patch
obsolete
>From 0866cbbd7e4552a50993018b0b5413b84e6e108e Mon Sep 17 00:00:00 2001 >From: Martin Renvoize <martin.renvoize@ptfs-europe.com> >Date: Mon, 1 Nov 2021 08:21:09 +0000 >Subject: [PATCH] Bug 27360: (follow-up) Mark public as boolean > >--- > Koha/Schema/Result/Branch.pm | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > >diff --git a/Koha/Schema/Result/Branch.pm b/Koha/Schema/Result/Branch.pm >index 3021935efc..a0dec7e260 100644 >--- a/Koha/Schema/Result/Branch.pm >+++ b/Koha/Schema/Result/Branch.pm >@@ -901,7 +901,8 @@ __PACKAGE__->has_many( > # DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:SVuazNjL6+ziK2Uwcc7OwA > > __PACKAGE__->add_columns( >- '+pickup_location' => { is_boolean => 1 } >+ '+pickup_location' => { is_boolean => 1 }, >+ '+public' => { is_boolean => 1 } > ); > > sub koha_object_class { >-- >2.20.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 27360
:
126997
|
126998
|
126999
|
127000
|
127007
|
127008
|
127009
|
127011
|
127012
|
127013
|
127144
|
127145
|
127146
|
127147
|
127158
|
127159
|
127160
|
127161
|
127162
|
127163
|
127253
|
127629