Bugzilla – Attachment 115318 Details for
Bug 27294
Error when deleting claim
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 27294: Error when deleting claim
Bug-27294-Error-when-deleting-claim.patch (text/plain), 1.84 KB, created by
PTFS Europe Sandboxes
on 2021-01-19 12:53:15 UTC
(
hide
)
Description:
Bug 27294: Error when deleting claim
Filename:
MIME Type:
Creator:
PTFS Europe Sandboxes
Created:
2021-01-19 12:53:15 UTC
Size:
1.84 KB
patch
obsolete
>From bc68af70bca93548c6aa2e0adf26cf1004d11dd8 Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >Date: Tue, 22 Dec 2020 14:44:59 +0000 >Subject: [PATCH] Bug 27294: Error when deleting claim > >This patch corrects an error which occurs when deleting a claim from the >claims tab on the checkout or patron detail page. > >To test, apply the patch and clear your browser cache if necessary. > >- If necessary, Enable claims returned functionality by defining a value > in the ClaimReturnedLostValue system preference. >- Open for checkout a patron who has items checked out. >- From the table of checkouts, click "Claim returned" for one or more > items. >- Under the "Claims" tab, resolve one or more of the unresolved claims > by choosing "Resolve" under the corresponding "Actions" menu. >- Open the same "Actions" menu again and choose "Delete." >- The claim should be deleted and there should be no error in the > browser console. >- Under the checkouts tab, the table should have refreshed so that the > item which had been marked as "Claimed returned" no longer indicates > an outstanding claim. > >Signed-off-by: Sally <sally.healey@cheshiresharedservices.gov.uk> >--- > koha-tmpl/intranet-tmpl/prog/js/checkouts.js | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/js/checkouts.js b/koha-tmpl/intranet-tmpl/prog/js/checkouts.js >index b5347c0bae..993c39d4cc 100644 >--- a/koha-tmpl/intranet-tmpl/prog/js/checkouts.js >+++ b/koha-tmpl/intranet-tmpl/prog/js/checkouts.js >@@ -1114,7 +1114,7 @@ $(document).ready(function() { > type: 'DELETE', > success: function( data ) { > refreshReturnClaimsTable(); >- issuesTable.api().ajax.reload(); >+ $("#issues-table").dataTable().api().ajax.reload(); > } > }); > } >-- >2.11.0
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 27294
:
114605
|
114606
|
115318