Update document info when accept changes

This commit is contained in:
Julia Radzhabova 2019-06-21 17:17:02 +03:00
parent 1f31531816
commit 59edd743d2
3 changed files with 3 additions and 0 deletions

View file

@ -1079,6 +1079,7 @@ define([
this.inputComment.setDisabled(lock);
this.inputAuthor.setDisabled(lock);
this.tblAuthor.find('.close').toggleClass('disabled', lock);
!lock && this.updateFileInfo();
},
txtPlacement: 'Location',

View file

@ -906,6 +906,7 @@ define([
this.inputComment.setDisabled(lock);
this.inputAuthor.setDisabled(lock);
this.tblAuthor.find('.close').toggleClass('disabled', lock);
!lock && this.updateFileInfo();
},
txtPlacement: 'Location',

View file

@ -1357,6 +1357,7 @@ define([
this.inputComment.setDisabled(lock);
this.inputAuthor.setDisabled(lock);
this.tblAuthor.find('.close').toggleClass('disabled', lock);
!lock && this.updateFileInfo();
},
txtPlacement: 'Location',