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

Fixes #9779: Save button is not disable during saving #501

Conversation

RaphaelGauthier
Copy link
Member

@@ -847,23 +849,22 @@ $scope.groupMethodsByCategory = function () {
$scope.techniques[index] = savedTechnique;
}
}
var saveError = function(action, data) {
$scope.saving = false;
$scope.saveError = function(action, data) {
Copy link
Member

Choose a reason for hiding this comment

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

Can you switch back to a var here ? or a function directly !!

would be simpler !!

@RaphaelGauthier
Copy link
Member Author

Commit modified

@RaphaelGauthier RaphaelGauthier force-pushed the bug_9779/save_button_is_not_disable_during_saving branch from 6a01484 to e1f0ebf Compare December 6, 2016 13:56
@Normation-Quality-Assistant
Copy link
Contributor

OK, merging this PR

@Normation-Quality-Assistant Normation-Quality-Assistant merged commit e1f0ebf into Normation:v0.x Dec 6, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
3 participants