This commit is contained in:
@@ -1255,11 +1255,11 @@ export default {
|
|||||||
this.obj.concurrency = undefined;
|
this.obj.concurrency = undefined;
|
||||||
this.obj.id = 0;
|
this.obj.id = 0;
|
||||||
this.obj.key = null;
|
this.obj.key = null;
|
||||||
this.obj.active=false;
|
this.obj.active = false;
|
||||||
this.obj.fetchedOn=null;
|
this.obj.fetchedOn = null;
|
||||||
this.obj.fetchCode=null;
|
this.obj.fetchCode = null;
|
||||||
this.obj.created=window.$gz.locale.nowUTC8601String();
|
this.obj.created = window.$gz.locale.nowUTC8601String();
|
||||||
this.obj.notificationSent=false;
|
this.obj.notificationSent = false;
|
||||||
// this.obj.name = `${this.obj.name} - ${window.$gz.translation.get(
|
// this.obj.name = `${this.obj.name} - ${window.$gz.translation.get(
|
||||||
// "Copy"
|
// "Copy"
|
||||||
// )}`;
|
// )}`;
|
||||||
|
|||||||
Reference in New Issue
Block a user