Bugzilla – Attachment 143774 Details for
Bug 32163
ErmUserRole has wrong koha_object[s]_class
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 32163: (bug 32030 follow-up) Fix koha_object[s]_class for ErmUserRole
Bug-32163-bug-32030-follow-up-Fix-kohaobjectsclass.patch (text/plain), 1.13 KB, created by
Martin Renvoize (ashimema)
on 2022-11-11 11:19:09 UTC
(
hide
)
Description:
Bug 32163: (bug 32030 follow-up) Fix koha_object[s]_class for ErmUserRole
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2022-11-11 11:19:09 UTC
Size:
1.13 KB
patch
obsolete
>From b18ce01649e875c67d886d289844f959b25c3cb6 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Thu, 10 Nov 2022 08:16:06 +0100 >Subject: [PATCH] Bug 32163: (bug 32030 follow-up) Fix koha_object[s]_class for > ErmUserRole > >Test plan: >run t/db_dependent/TestBuilder.t and confirm that the error related to >this module is gone. Another one may still fail however > >Signed-off-by: Pedro Amorim <pedro.amorim@ptfs-europe.com> >Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> >--- > Koha/Schema/Result/ErmUserRole.pm | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > >diff --git a/Koha/Schema/Result/ErmUserRole.pm b/Koha/Schema/Result/ErmUserRole.pm >index d57f58b5fc..0c217b0f97 100644 >--- a/Koha/Schema/Result/ErmUserRole.pm >+++ b/Koha/Schema/Result/ErmUserRole.pm >@@ -130,10 +130,10 @@ __PACKAGE__->belongs_to( > # DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:RkK5cQWFEmcrDioAfjOVWQ > > sub koha_object_class { >- 'Koha::ERM::Agreement::UserRole'; >+ 'Koha::ERM::UserRole'; > } > sub koha_objects_class { >- 'Koha::ERM::Agreement::UserRoles'; >+ 'Koha::ERM::UserRoles'; > } > > 1; >-- >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 32163
:
143623
|
143701
| 143774