added rename note bulk action

This commit is contained in:
zadam
2022-06-12 23:29:11 +02:00
parent 7ba619c71d
commit f8fd8e47a9
10 changed files with 141 additions and 7 deletions

View File

@@ -62,6 +62,7 @@ class Attribute extends AbstractEntity {
return this;
}
init() {
if (this.attributeId) {
this.becca.attributes[this.attributeId] = this;