fixed "duplicate subtree"

This commit is contained in:
zadam
2021-02-14 11:43:31 +01:00
parent f528799fed
commit 08cba1e1ce
6 changed files with 39 additions and 21 deletions

View File

@@ -41,7 +41,7 @@ class Entity {
}
getUtcDateChanged() {
return this.utcDateModified || this.utcDateCreated;
return this.utcDateModified;
}
get repository() {