tl-its-umich-edu / canvas-course-manager-next

Canvas Course Manager Next: A redesign of the existing CCM application. It extends Canvas features, makes cumbersome features easier to use, and adds new features.
8 stars 9 forks source link

Change error messages with field input to use directive #371

Closed ssciolla closed 2 years ago

ssciolla commented 2 years ago

Text below from @janelilr:

Update error message when a user has to type in an input. For example:

Adding a non-UM user’s (one at a time) email, first and last name. Current error message: “Value for the email address may not be blank.” New error message: “Please enter email address”

Current error message: “Value for the last name may not be blank.” New error message: “Please enter last name”

Current error message: “Value for the first name may not be blank.” New error message: “Please enter first name”

Editing course name Current error message: “Value for the course name may not be blank.” New error message: “Please enter the course name”

For Add U-M users, Add non-UM users, Format Third-Party Gradebook, and Create Sections features. The current CSV file error messages can stay.