|
@@ -61,7 +61,6 @@ export class Action {
|
|
return str.replace(/,/g, " ");
|
|
return str.replace(/,/g, " ");
|
|
}
|
|
}
|
|
rehydrate() {
|
|
rehydrate() {
|
|
- console.info(this);
|
|
|
|
this.id = this.genericObject.id;
|
|
this.id = this.genericObject.id;
|
|
this.type = this.genericObject.elementClass;
|
|
this.type = this.genericObject.elementClass;
|
|
this.definition = this.r(
|
|
this.definition = this.r(
|