fix creating new promoted attributes, closes #1008

(cherry picked from commit 2e0fb8aaf1)
This commit is contained in:
zadam
2020-05-11 23:57:39 +02:00
parent e541abbd60
commit cb70109ee7
6 changed files with 52 additions and 56 deletions

View File

@@ -105,7 +105,6 @@ class Attribute extends Entity {
// cannot be static!
updatePojo(pojo) {
delete pojo.isOwned;
delete pojo.__note;
}
@@ -124,4 +123,4 @@ class Attribute extends Entity {
}
}
module.exports = Attribute;
module.exports = Attribute;