[Koha-bugs] [Bug 16949] Batch record deletion says success when no records have been passed in

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Jul 21 07:19:10 CEST 2016


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16949

--- Comment #3 from Marc Véron <veron at veron.ch> ---
(In reply to Marc Véron from comment #2)
> Hi Aleisha,
> 
> What do you think about having a different message if no record is selected?
> 
> Maybe something like:
> (...)
>   [% ELSIF op == 'report' %]
>     [% IF report.total_records == 0 %]
>       No records were selected for deletion!
>     [% ELSIF report.total_records == report.total_success %]
>       All records have been deleted successfully!
>     [% ELSIF report.total_success == 0 %]
>       No record has been deleted. An error occurred.
>     [% ELSE %]
> (...)
> 
> Marc

...and maybe an additional link back to the previous screen to give the
opportunity to select records.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list