LP#842991 Reports needs to error when deleting fails
authorRemington Steed <rjs7@calvin.edu>
Wed, 27 Nov 2013 14:55:35 +0000 (09:55 -0500)
committerDan Wells <dbw2@calvin.edu>
Tue, 21 Jan 2014 22:22:14 +0000 (17:22 -0500)
commitb552d7cd4eee99cf412512c7d56894af1032b9a9
treef355a2e937fb973268ed0f76410147a17ca24545
parentddc49a508f2401d0ab2a73a5a1bb68a90297b59a
LP#842991 Reports needs to error when deleting fails

When attempting to delete a report template, the reports interface
incorrectly shows "Action Succeeded" even when it partly fails. If the
user performing the delete does not own all the dependent reports and
outputs, then the perl function returns 1 to indicate that some were
deleted, but not all. However, the javascript that calls that function
does not check for a return value of 1. This commit adds that check, and
also improves the formatting of the related error messages.

Signed-off-by: Remington Steed <rjs7@calvin.edu>
Signed-off-by: Dan Wells <dbw2@calvin.edu>
Open-ILS/web/opac/locale/en-US/reports.dtd
Open-ILS/web/reports/oils_rpt_folder_window.js