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

Fix for U4-5852 #586

Merged
merged 3 commits into from Dec 16, 2014
Merged

Fix for U4-5852 #586

merged 3 commits into from Dec 16, 2014

Conversation

Alain-es
Copy link
Contributor

No description provided.

@@ -1,4 +1,4 @@
<form ng-controller="Umbraco.DashboardController" class="umb-dashboard" val-form-manager>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is not the way to fix this, this will disable all validation processes from all dashboard forms. There's a noDirtyCheck directive that should be used on input fields to disable the saving changes warning.

@Alain-es
Copy link
Contributor Author

Thanks for the clarification. I have updated the PR in order to use the noDirtyCheck directive instead of removing the valFormManager directive.

@Shazwazza
Copy link
Contributor

Thanks for the change, the last minor thing is that the convention for directives is all lower case, so should be

no-dirty-check

Thanks!

@Alain-es
Copy link
Contributor Author

Updated.
Cheers

Shazwazza added a commit that referenced this pull request Dec 16, 2014
@Shazwazza Shazwazza merged commit 5bf9362 into umbraco:7.2.1 Dec 16, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants