fix bug 69789

This commit is contained in:
Dmitry-Ilyushechkin
2026-01-13 14:41:26 +03:00
parent f394dae073
commit 39c13bd2b2

View File

@ -1197,7 +1197,7 @@ define([
this.fileExtention = idx>0 ? this.documentCaption.substring(idx) : '';
this.isModified && (value += '*');
this.readOnly && (value += ' (' + this.textReadOnly + ')');
if ( $labelDocName ) {
if ( $labelDocName && !this.withoutExt ) {
this.setDocTitle( value );
}
return value;