This commit is contained in:
@@ -152,6 +152,13 @@ Coded by importance
|
|||||||
Or add a warning we *STRONGLY advise not changing the default location or you will need to change config.json
|
Or add a warning we *STRONGLY advise not changing the default location or you will need to change config.json
|
||||||
or, is it possible to write out the config.json from the installer and not include it as a file??
|
or, is it possible to write out the config.json from the installer and not include it as a file??
|
||||||
|
|
||||||
|
- 1 todo: subscribe to all sources of security vulnerabilities that could apply to users of AyaNOva 8 (and 7)
|
||||||
|
Need an ongoing defined process to follow to ensure we are not caught by surprise with any security vulnerabilities
|
||||||
|
Github watch and star all tools used for starters so get notifications via github about new releases etc
|
||||||
|
nginx
|
||||||
|
ubuntu
|
||||||
|
.net core
|
||||||
|
front end vue & libs
|
||||||
|
|
||||||
|
|
||||||
## DOCS
|
## DOCS
|
||||||
|
|||||||
@@ -198,16 +198,16 @@ export default {
|
|||||||
this.$emit("change");
|
this.$emit("change");
|
||||||
this.openDialog = false;
|
this.openDialog = false;
|
||||||
},
|
},
|
||||||
hasChanges(){
|
// hasChanges(){
|
||||||
if (this.variant == "customer") {
|
// if (this.variant == "customer") {
|
||||||
if(this.tempSig!= this.value.customerSignature)
|
// if(this.tempSig!= this.value.customerSignature)
|
||||||
return true;
|
// return true;
|
||||||
if(this.tempDate!=this.value.)
|
// if(this.tempDate!=this.value.)
|
||||||
} else {
|
// } else {
|
||||||
this.value.techSignature = theSig;
|
// this.value.techSignature = theSig;
|
||||||
}
|
// }
|
||||||
|
|
||||||
},
|
// },
|
||||||
setSig(theSig) {
|
setSig(theSig) {
|
||||||
if (this.variant == "customer") {
|
if (this.variant == "customer") {
|
||||||
this.value.customerSignature = theSig;
|
this.value.customerSignature = theSig;
|
||||||
|
|||||||
Reference in New Issue
Block a user