Edit controller Document Info
This commit is contained in:
parent
a2e1d88803
commit
6242e8c96d
|
@ -53,7 +53,8 @@ class DocumentInfoController extends Component {
|
|||
if (docProps) {
|
||||
let valueModifiedBy = docProps.asc_getLastModifiedBy();
|
||||
if (valueModifiedBy) {
|
||||
return Common.Utils.UserInfoParser.getParsedName(valueModifiedBy);
|
||||
// return Common.Utils.UserInfoParser.getParsedName(valueModifiedBy);
|
||||
return valueModifiedBy;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue