|
@@ -56,7 +56,7 @@ export class Action {
|
|
return `${key}:${value}`;
|
|
return `${key}:${value}`;
|
|
}
|
|
}
|
|
r(str) {
|
|
r(str) {
|
|
- return str.replace(",", " ");
|
|
|
|
|
|
+ return str.replace(/,/g, " ");
|
|
}
|
|
}
|
|
rehydrate() {
|
|
rehydrate() {
|
|
this.id = this.genericObject.id;
|
|
this.id = this.genericObject.id;
|