Summary: | ErmUserRole has wrong koha_object[s]_class | ||
---|---|---|---|
Product: | Koha | Reporter: | Jonathan Druart <jonathan.druart> |
Component: | Architecture, internals, and plumbing | Assignee: | Jonathan Druart <jonathan.druart> |
Status: | CLOSED FIXED | QA Contact: | Testopia <testopia> |
Severity: | normal | ||
Priority: | P5 - low | CC: | martin.renvoize, pedro.amorim |
Version: | unspecified | Keywords: | rel_22_11_candidate |
Hardware: | All | ||
OS: | All | ||
Change sponsored?: | --- | Patch complexity: | --- |
Documentation contact: | Documentation submission: | ||
Text to go in the release notes: | Version(s) released in: |
22.11.00
|
|
Circulation function: | |||
Bug Depends on: | 32030, 32154, 32161 | ||
Bug Blocks: | |||
Attachments: |
Bug 32163: (bug 32030 follow-up) Fix koha_object[s]_class for ErmUserRole
Bug 32163: (bug 32030 follow-up) Fix koha_object[s]_class for ErmUserRole Bug 32163: (bug 32030 follow-up) Fix koha_object[s]_class for ErmUserRole |
Description
Jonathan Druart
2022-11-10 07:14:51 UTC
Created attachment 143623 [details] [review] 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 This also requires bug 32161. With this patch (and the previous ones it depends on) all tests from TestBuidler.t are successful. Created attachment 143701 [details] [review] 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> Created attachment 143774 [details] [review] 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> Another trivial correction, thanks for the quick follow-ups chaps. Passing QA Pushed to master for 22.11. Nice work everyone, thanks! |