Bugzilla – Attachment 151775 Details for
Bug 33854
Typo in ImportBatchProfiles controller
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 33854: Fix typo in ImportBatchProfiles controller
Bug-33854-Fix-typo-in-ImportBatchProfiles-controll.patch (text/plain), 901 bytes, created by
Tomás Cohen Arazi (tcohen)
on 2023-05-29 14:00:57 UTC
(
hide
)
Description:
Bug 33854: Fix typo in ImportBatchProfiles controller
Filename:
MIME Type:
Creator:
Tomás Cohen Arazi (tcohen)
Created:
2023-05-29 14:00:57 UTC
Size:
901 bytes
patch
obsolete
>From 774b4f42044d379feaddf71b39f56d31417b48d6 Mon Sep 17 00:00:00 2001 >From: Tomas Cohen Arazi <tomascohen@theke.io> >Date: Mon, 29 May 2023 10:59:53 -0300 >Subject: [PATCH] Bug 33854: Fix typo in ImportBatchProfiles controller > >Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> >--- > Koha/REST/V1/ImportBatchProfiles.pm | 4 +--- > 1 file changed, 1 insertion(+), 3 deletions(-) > >diff --git a/Koha/REST/V1/ImportBatchProfiles.pm b/Koha/REST/V1/ImportBatchProfiles.pm >index ddac0eee4fb..2da99c6c175 100644 >--- a/Koha/REST/V1/ImportBatchProfiles.pm >+++ b/Koha/REST/V1/ImportBatchProfiles.pm >@@ -67,8 +67,6 @@ sub add { > > my $body = $c->validation->param('body'); > >- $body = >- > return try { > my $profile = Koha::ImportBatchProfile->new_from_api( $body )->store; > return $c->render( >@@ -142,4 +140,4 @@ sub delete { > }; > } > >-1; >\ No newline at end of file >+1; >-- >2.34.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 33854
: 151775