[DE] Rename property for xps info

This commit is contained in:
Julia Radzhabova 2022-03-22 22:38:33 +03:00
parent 69c95bcb99
commit 012205e9f1

View file

@ -1508,7 +1508,7 @@ define([
visible = this._ShowHideInfoItem(this.lblPdfSubject, !!value) || visible;
$('tr.divider.pdf-title', this.el)[visible?'show':'hide']();
value = props.Author || props.Creator;
value = props.Author;
value && this.lblPdfAuthor.text(value);
this._ShowHideInfoItem(this.lblPdfAuthor, !!value);