Added network settings validation after reverting changes

reverting changes didn't trigger network configuration
validation, that's why not actual error messages were shown

Closes-bug: #1535734
Change-Id: I7482f2bbcc540f73cbd70dd585e8a5a3ff2e9889
This commit is contained in:
Alexandra Morozova 2016-01-19 23:04:10 +01:00 committed by Alexandra Morozova
parent 0a4bcc1964
commit af23f3f676
1 changed files with 1 additions and 0 deletions

View File

@ -586,6 +586,7 @@ function($, _, i18n, Backbone, React, models, dispatcher, utils, dialogs, compon
revertChanges: function() {
this.loadInitialConfiguration();
this.loadInitialSettings();
this.props.cluster.get('networkConfiguration').isValid();
this.setState({
hideVerificationResult: true,
key: _.now()