Bugzilla – Attachment 119938 Details for
Bug 27857
Koha::Patron->extended_attributes skips checks
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 27857: Remove unecessary âttribute_type3 var
Bug-27857-Remove-unecessary-ttributetype3-var.patch (text/plain), 1.07 KB, created by
Jonathan Druart
on 2021-04-21 07:48:17 UTC
(
hide
)
Description:
Bug 27857: Remove unecessary âttribute_type3 var
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2021-04-21 07:48:17 UTC
Size:
1.07 KB
patch
obsolete
>From 38f44548fea951cdd603edf0e6e499fe461db881 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Wed, 21 Apr 2021 09:46:46 +0200 >Subject: [PATCH] =?UTF-8?q?Bug=2027857:=20Remove=20unecessary=20=C3=A2ttri?= > =?UTF-8?q?bute=5Ftype3=20var?= >MIME-Version: 1.0 >Content-Type: text/plain; charset=UTF-8 >Content-Transfer-Encoding: 8bit > >It could be created with mandatory=1 and will make tests fail >--- > t/db_dependent/Koha/Patron.t | 2 -- > 1 file changed, 2 deletions(-) > >diff --git a/t/db_dependent/Koha/Patron.t b/t/db_dependent/Koha/Patron.t >index 7bcd427da4..980c1e9975 100755 >--- a/t/db_dependent/Koha/Patron.t >+++ b/t/db_dependent/Koha/Patron.t >@@ -395,8 +395,6 @@ subtest 'extended_attributes' => sub { > } > )->store; > >- my $attribute_type3 = $builder->build_object({ class => 'Koha::Patron::Attribute::Types' }); >- > my $new_library = $builder->build( { source => 'Branch' } ); > my $attribute_type_limited = Koha::Patron::Attribute::Type->new( > { code => 'my code3', description => 'my description3' } )->store; >-- >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 27857
:
117709
|
117710
|
117711
|
117938
|
117945
|
117946
|
117947
|
117948
|
117953
|
117954
|
117955
|
117956
|
117957
|
119009
|
119038
|
119040
|
119443
|
119937
| 119938