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
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/Umbraco.Web.UI.Client/src/views/common/dashboard.html
@@ -1,4 +1,4 @@
<form ng-controller="Umbraco.DashboardController" class="umb-dashboard" val-form-manager>
<form ng-controller="Umbraco.DashboardController" class="umb-dashboard">
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.

<umb-panel>
<umb-header tabs="dashboard.tabs">
<div class="umb-headline-editor-wrapper span12">
Expand Down