mirror of
https://github.com/ONLYOFFICE/sdkjs.git
synced 2026-02-10 18:15:19 +08:00
[de] Extend logs to check collaboration errors
This commit is contained in:
@ -84,7 +84,11 @@
|
||||
|
||||
if (true === CollaborativeEditing.private_AddOverallChange(oChange))
|
||||
{
|
||||
oChange.Load(this.m_oColor);
|
||||
// // CollaborativeEditing LOG
|
||||
// if (!(oChange instanceof AscCommon.CChangesTableIdDescription))
|
||||
// return true;
|
||||
|
||||
oChange.Load(this.m_oColor);
|
||||
oChange.CheckNeedRecalculate();
|
||||
}
|
||||
|
||||
|
||||
@ -218,13 +218,13 @@
|
||||
// console.log("----------------------------");
|
||||
// console.log("FileCheckSum " + this.FileCheckSum);
|
||||
// console.log("FileSize " + this.FileSize);
|
||||
// console.log("Description " + this.Description + " " +
|
||||
// AscDFH.GetHistoryPointStringDescription(this.Description));
|
||||
// console.log("Description " + this.Description + " " + AscDFH.GetHistoryPointStringDescription(this.Description));
|
||||
// console.log("PointIndex " + this.PointIndex);
|
||||
// console.log("StartPoint " + this.StartPoint);
|
||||
// console.log("LastPoint " + this.LastPoint);
|
||||
// console.log("ItemsCount " + this.ItemsCount);
|
||||
// console.log("SumIndex " + this.SumIndex);
|
||||
// console.log("SDK build " + this.VersionString);
|
||||
// console.log("DeletedIndex " + (-10 === this.DeletedIndex ? null : this.DeletedIndex));
|
||||
// // -1 Чтобы не учитывалось данное изменение
|
||||
// CollaborativeEditing.m_nErrorLog_SavedPCC = this.ItemsCount;
|
||||
|
||||
Reference in New Issue
Block a user