add back utcDateModified to Attribute and Branch becca entities

This commit is contained in:
zadam
2021-06-26 17:32:40 +02:00
parent 0265c190db
commit 16cc84be99
4 changed files with 10 additions and 5 deletions

View File

@@ -26,6 +26,8 @@ class Branch extends AbstractEntity {
this.notePosition = row.notePosition;
/** @param {boolean} */
this.isExpanded = !!row.isExpanded;
/** @param {string} */
this.utcDateModified = row.utcDateModified;
if (this.branchId === 'root') {
return;