Update document info when accept changes
This commit is contained in:
parent
1f31531816
commit
59edd743d2
|
@ -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',
|
||||
|
|
|
@ -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',
|
||||
|
|
|
@ -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',
|
||||
|
|
Loading…
Reference in a new issue