This commit is contained in:
2021-12-15 18:21:58 +00:00
parent 381b487972
commit 6e1b0f4021
2 changed files with 16 additions and 9 deletions

View File

@@ -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, 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

View File

@@ -198,16 +198,16 @@ export default {
this.$emit("change");
this.openDialog = false;
},
hasChanges(){
if (this.variant == "customer") {
if(this.tempSig!= this.value.customerSignature)
return true;
if(this.tempDate!=this.value.)
} else {
this.value.techSignature = theSig;
}
// hasChanges(){
// if (this.variant == "customer") {
// if(this.tempSig!= this.value.customerSignature)
// return true;
// if(this.tempDate!=this.value.)
// } else {
// this.value.techSignature = theSig;
// }
},
// },
setSig(theSig) {
if (this.variant == "customer") {
this.value.customerSignature = theSig;