You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -279,6 +311,10 @@ class PlmFreeCadUiService implements WebAttributes {
279
311
if (p.status != i.status) diff <<"<li>Status became from ${p.status} to <b>${i.status}</b></li>"
280
312
if (p.originalName != i.originalName) diff <<"<li>Original Name became from ${p.originalName} to <b>${i.originalName}</b></li>"
281
313
if (p.plmContentType != i.plmContentType) diff <<"<li>Content Type became from ${p.plmContentType} to <b>${i.plmContentType}</b></li>"
314
+
if (p.plmFileLastUpdated != i.plmFileLastUpdated) diff <<"<li>Declared updated date became from ${p.plmFileLastUpdated} to <b>${i.plmFileLastUpdated}</b></li>"
315
+
if (p.plmFileDateCreated != i.plmFileDateCreated) diff <<"<li>Declared creation Date became from ${p.plmFileDateCreated} to <b>${i.plmFileDateCreated}</b></li>"
316
+
if (p.plmFileUserCreated != i.plmFileUserCreated) diff <<"<li>Declared user created became from ${p.plmFileUserCreated} to <b>${i.plmFileUserCreated}</b></li>"
317
+
if (p.plmFileUserUpdated != i.plmFileUserUpdated) diff <<"<li>Declared user updated became from ${p.plmFileUserUpdated} to <b>${i.plmFileUserUpdated}</b></li>"
282
318
if (p.comment != i.comment) diff <<"<li>Comment became from ${p.comment} to <b>${i.comment}</b></li>"
283
319
if (p.plmLinks*.part.id.sort() != i.plmLinks*.part.id.sort()) diff <<"<li>Links became from [${p.plmLinks*.part.originalName.join(', ')}] to [${i.plmLinks*.part.originalName.join(', ')}]"
284
320
diff <<"</ul>"
@@ -311,6 +347,8 @@ class PlmFreeCadUiService implements WebAttributes {
0 commit comments