Bugzilla – Attachment 120833 Details for
Bug 28272
Definition files are missing additionalProperties: false
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 28272: issues.notseen needs to be marked as a boolean
Bug-28272-issuesnotseen-needs-to-be-marked-as-a-bo.patch (text/plain), 768 bytes, created by
Tomás Cohen Arazi (tcohen)
on 2021-05-11 11:31:19 UTC
(
hide
)
Description:
Bug 28272: issues.notseen needs to be marked as a boolean
Filename:
MIME Type:
Creator:
Tomás Cohen Arazi (tcohen)
Created:
2021-05-11 11:31:19 UTC
Size:
768 bytes
patch
obsolete
>From 7854c40e494db8b89fcbfa3d4631c25466eb97ca Mon Sep 17 00:00:00 2001 >From: Tomas Cohen Arazi <tomascohen@theke.io> >Date: Tue, 11 May 2021 08:30:59 -0300 >Subject: [PATCH] Bug 28272: issues.notseen needs to be marked as a boolean > >Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> >--- > Koha/Schema/Result/Issue.pm | 1 + > 1 file changed, 1 insertion(+) > >diff --git a/Koha/Schema/Result/Issue.pm b/Koha/Schema/Result/Issue.pm >index 541f4c35019..7b4091eead9 100644 >--- a/Koha/Schema/Result/Issue.pm >+++ b/Koha/Schema/Result/Issue.pm >@@ -341,6 +341,7 @@ __PACKAGE__->might_have( > > __PACKAGE__->add_columns( > '+auto_renew' => { is_boolean => 1 }, >+ '+noteseen' => { is_boolean => 1 }, > '+onsite_checkout' => { is_boolean => 1 } > ); > >-- >2.31.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 28272
:
120630
|
120673
|
120690
|
120801
|
120812
|
120819
| 120833 |
121182
|
121184