Bugzilla – Attachment 80577 Details for
Bug 20772
Make request metadata editable and add price_paid field
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 20772: (QA follow-up) 'readonly' is a boolean
Bug-20772-QA-follow-up-readonly-is-a-boolean.patch (text/plain), 992 bytes, created by
Tomás Cohen Arazi (tcohen)
on 2018-10-13 11:27:50 UTC
(
hide
)
Description:
Bug 20772: (QA follow-up) 'readonly' is a boolean
Filename:
MIME Type:
Creator:
Tomás Cohen Arazi (tcohen)
Created:
2018-10-13 11:27:50 UTC
Size:
992 bytes
patch
obsolete
>From 1366ab7a850c5507aad9bd49105a5b7c7f0bee09 Mon Sep 17 00:00:00 2001 >From: Tomas Cohen Arazi <tomascohen@theke.io> >Date: Sat, 13 Oct 2018 08:05:34 -0300 >Subject: [PATCH] Bug 20772: (QA follow-up) 'readonly' is a boolean > >Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> >--- > Koha/Schema/Result/Illrequestattribute.pm | 4 +++- > 1 file changed, 3 insertions(+), 1 deletion(-) > >diff --git a/Koha/Schema/Result/Illrequestattribute.pm b/Koha/Schema/Result/Illrequestattribute.pm >index b89de5bbd2..7fa897c3e9 100644 >--- a/Koha/Schema/Result/Illrequestattribute.pm >+++ b/Koha/Schema/Result/Illrequestattribute.pm >@@ -100,6 +100,8 @@ __PACKAGE__->belongs_to( > # Created by DBIx::Class::Schema::Loader v0.07046 @ 2018-05-17 09:17:53 > # DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:sFY1giVMz5AkXCPidhyGjw > >+__PACKAGE__->add_columns( >+ '+readonly' => { is_boolean => 1 } >+); > >-# You can replace this text with custom code or comments, and it will be preserved on regeneration > 1; >-- >2.19.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 20772
:
75491
|
75492
|
75493
|
75494
|
75495
|
75496
|
75497
|
75563
|
77230
|
77231
|
77232
|
77233
|
77234
|
77235
|
77236
|
77237
|
80010
|
80011
|
80012
|
80013
|
80014
|
80015
|
80016
|
80017
|
80027
|
80028
|
80029
|
80030
|
80031
|
80032
|
80033
|
80034
|
80035
|
80036
|
80037
|
80039
|
80041
|
80042
|
80043
|
80044
|
80045
|
80046
|
80051
|
80232
|
80566
|
80567
|
80568
|
80569
|
80570
|
80571
|
80572
|
80573
|
80574
|
80575
|
80576
| 80577