Skip to content
Snippets Groups Projects
Closed Client side validation for course creation
  • View options
  • Client side validation for course creation

    • View options
  • Closed created

    Summary

    When creating a course certain fields in the form can be left empty. The corresponding method in the controller expects an @Valid Course. There are corresponding annotations on the Course, that say code and name are required.

    Steps to reproduce

    1. Go to http://localhost:8081/course/create as an admin.
    2. Hit create new course.
    3. Shit hits the fan

    Possible Fix

    The template for course create located here Needs to have the corresponding input fields marked as required. Info on required can be found here

    Edited

    Attributes

    Assignees

    None

    Labels

    Milestone

    None

    Dates

    Start: None

    Due: None

    Time tracking

    No estimate or time spent

    Activity

    • All activity
    • Comments only
    • History only
    • Newest first
    • Oldest first