You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If the user updates the budget amount on the application screen the error isn't shown if it is out of range.
In the ApplicationController, updateApplication() checks the amount and should return the error, but the ajax doesn't seem to catch it.
The original value is not updated. This confused an applicant as they thought they couldn't update the budget amount. Their update was out of range, but they didn't get a message.
The text was updated successfully, but these errors were encountered:
If the user updates the budget amount on the application screen the error isn't shown if it is out of range.
In the ApplicationController, updateApplication() checks the amount and should return the error, but the ajax doesn't seem to catch it.
The original value is not updated. This confused an applicant as they thought they couldn't update the budget amount. Their update was out of range, but they didn't get a message.
The text was updated successfully, but these errors were encountered: