This repository was archived by the owner on Feb 2, 2022. It is now read-only.
This repository was archived by the owner on Feb 2, 2022. It is now read-only.
Fix error messaging for schedule alert #201
Closed
Description
When User Schedules an alert correctly the Error Messages don't appear correctly on the scheduleAlertModal
This is because of a mistake in the javascript.
The JS wants to add an error message here:
$('#' + response.data[k].code)
But the "codes" returned by the server error do not correspond to the Elements in the UI, so nothing happens with these error messages