Bugzilla – Attachment 187104 Details for
Bug 40512
Add maxLength to the erm agreements definition
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 40512: (follow-up) Fix api.t
Bug-40512-follow-up-Fix-apit.patch (text/plain), 1.19 KB, created by
Matt Blenkinsop
on 2025-09-30 13:40:48 UTC
(
hide
)
Description:
Bug 40512: (follow-up) Fix api.t
Filename:
MIME Type:
Creator:
Matt Blenkinsop
Created:
2025-09-30 13:40:48 UTC
Size:
1.19 KB
patch
obsolete
>From 2f0458aea3dbdf434e1da146b92a83045f2f1322 Mon Sep 17 00:00:00 2001 >From: Matt Blenkinsop <matt.blenkinsop@openfifth.co.uk> >Date: Tue, 30 Sep 2025 14:39:50 +0100 >Subject: [PATCH] Bug 40512: (follow-up) Fix api.t > >--- > xt/api.t | 13 +++++++------ > 1 file changed, 7 insertions(+), 6 deletions(-) > >diff --git a/xt/api.t b/xt/api.t >index 68483127583..e466d9820d3 100755 >--- a/xt/api.t >+++ b/xt/api.t >@@ -220,12 +220,13 @@ subtest 'maxlength + enum' => sub { > my $def_map = { > > # api def => schema >- erm_agreement => 'ErmAgreement' erm_eholdings_title => 'ErmEholdingsTitle', >- item => 'Item', >- library => 'Branch', >- patron => 'Borrower', >- patron_category => 'Category', >- vendor => 'Aqbookseller', >+ erm_agreement => 'ErmAgreement', >+ erm_eholdings_title => 'ErmEholdingsTitle', >+ item => 'Item', >+ library => 'Branch', >+ patron => 'Borrower', >+ patron_category => 'Category', >+ vendor => 'Aqbookseller', > }; > plan tests => scalar keys %$def_map; > my $schema = Koha::Database->new->schema; >-- >2.50.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 40512
:
184622
|
184623
|
186814
|
186815
| 187104