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
In the 'Report New Data' section, the 'Description' and 'Location' input fields are marked as required, but if I leave them blank and click 'Checkin', no error messages appear:
The text was updated successfully, but these errors were encountered:
There are issues with this page that make the fix a larger project than defining identifying required fields.
Overview:
There are two sections of this page: 1) "Make a new commitment" and 2) "My Organization Resources". Both appear to be controlled by the same view model in: "ViewModels/VolunteerViewModel.cs.". This is causing issues with the validations of required fields on the page. When either the "Volunteer" or the "Checkin" button is pressed the validation errors appear in both sections of the screen. The best solution will be for the view models to be separated so that the areas of page are atomic (and can be reusable).
In the 'Report New Data' section, the 'Description' and 'Location' input fields are marked as required, but if I leave them blank and click 'Checkin', no error messages appear:
The text was updated successfully, but these errors were encountered: