Bugzilla – Attachment 107511 Details for
Bug 20472
Add digital scan as optional format to Article Requests
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
DO_NOT_PUSH: Change DBIx schema file ArticleRequest
DONOTPUSH-Change-DBIx-schema-file-ArticleRequest.patch (text/plain), 1.75 KB, created by
Marcel de Rooy
on 2020-07-29 14:48:46 UTC
(
hide
)
Description:
DO_NOT_PUSH: Change DBIx schema file ArticleRequest
Filename:
MIME Type:
Creator:
Marcel de Rooy
Created:
2020-07-29 14:48:46 UTC
Size:
1.75 KB
patch
obsolete
>From 928eeefdc7ad116104d53ef974fb6c64e4450c05 Mon Sep 17 00:00:00 2001 >From: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> >Date: Wed, 29 Jul 2020 12:52:38 +0000 >Subject: [PATCH] DO_NOT_PUSH: Change DBIx schema file ArticleRequest >Content-Type: text/plain; charset=utf-8 > >--- > Koha/Schema/Result/ArticleRequest.pm | 25 +++++++++++++++++++++++-- > 1 file changed, 23 insertions(+), 2 deletions(-) > >diff --git a/Koha/Schema/Result/ArticleRequest.pm b/Koha/Schema/Result/ArticleRequest.pm >index b787c91eca..288d0b59ab 100644 >--- a/Koha/Schema/Result/ArticleRequest.pm >+++ b/Koha/Schema/Result/ArticleRequest.pm >@@ -106,6 +106,18 @@ __PACKAGE__->table("article_requests"); > data_type: 'mediumtext' > is_nullable: 1 > >+=head2 format >+ >+ data_type: 'enum' >+ default_value: 'PHOTOCOPY' >+ extra: {list => ["PHOTOCOPY","SCAN"]} >+ is_nullable: 0 >+ >+=head2 urls >+ >+ data_type: 'mediumtext' >+ is_nullable: 1 >+ > =head2 created_on > > data_type: 'timestamp' >@@ -157,6 +169,15 @@ __PACKAGE__->add_columns( > }, > "notes", > { data_type => "mediumtext", is_nullable => 1 }, >+ "format", >+ { >+ data_type => "enum", >+ default_value => "PHOTOCOPY", >+ extra => { list => ["PHOTOCOPY", "SCAN"] }, >+ is_nullable => 0, >+ }, >+ "urls", >+ { data_type => "mediumtext", is_nullable => 1 }, > "created_on", > { > data_type => "timestamp", >@@ -257,8 +278,8 @@ __PACKAGE__->belongs_to( > ); > > >-# Created by DBIx::Class::Schema::Loader v0.07046 @ 2020-03-02 09:44:27 >-# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:Dhz1mVI7Z/6ibqaBZkPvUA >+# Created by DBIx::Class::Schema::Loader v0.07046 @ 2020-07-29 12:52:16 >+# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:OKPNYigFZ7GbhCgokq2Utw > > > # You can replace this text with custom code or comments, and it will be preserved on regeneration >-- >2.11.0
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 20472
:
107506
|
107507
|
107508
|
107509
|
107510
|
107511
|
107512
|
111473
|
111474
|
111475
|
111476
|
111477
|
111478
|
111479
|
122366
|
122367
|
122368
|
122369
|
122370
|
122371
|
122372
|
122373
|
122374
|
122375
|
122376
|
122377
|
122378
|
122379
|
122382
|
122383
|
122699
|
122700
|
122701
|
122702
|
122703
|
122704
|
122705
|
122706
|
122775
|
122781