case 4459
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "sockeye",
|
"name": "sockeye",
|
||||||
"version": "8.0.5",
|
"version": "8.0.6",
|
||||||
"private": true,
|
"private": true,
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"serve": "vue-cli-service serve",
|
"serve": "vue-cli-service serve",
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
export default {
|
export default {
|
||||||
version: "8.0.5",
|
version: "8.0.6",
|
||||||
copyright: "© 1999-2022, Ground Zero Tech-Works Inc."
|
copyright: "© 1999-2022, Ground Zero Tech-Works Inc."
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -1273,6 +1273,7 @@ export default {
|
|||||||
this.obj.licenseExpire = null;
|
this.obj.licenseExpire = 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.renewal=true;
|
||||||
// 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