Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Validation is not triggered on page load #10

Closed
yankedev opened this issue Nov 12, 2014 · 0 comments
Closed

Validation is not triggered on page load #10

yankedev opened this issue Nov 12, 2014 · 0 comments
Assignees
Milestone

Comments

@yankedev
Copy link
Contributor

When loading an event form DB for edit, if there is any field not valid, the save button is disabled but the field is not marked with the red border.

To discover the invalid field you can use command $('.ng-invalid') browser console

The error is reproducible with the current test data because the test event do not have https in the imageUrl.
Steps to reproduce it:

  1. Start the application with mvn jetty:run
  2. Go to http://localhost:8080/admin/
  3. see the console log for the admin user password
  4. edit the "eventname" event
  5. The save button is disabled
@syjer syjer modified the milestone: 1.2 Dec 14, 2014
@cbellone cbellone self-assigned this Jan 4, 2015
cbellone added a commit that referenced this issue Jan 8, 2015
cbellone added a commit that referenced this issue Jan 9, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants