diff --git a/ayanova/devdocs/todo.txt b/ayanova/devdocs/todo.txt index 0db79c2b..7aa96505 100644 --- a/ayanova/devdocs/todo.txt +++ b/ayanova/devdocs/todo.txt @@ -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 diff --git a/ayanova/src/components/work-order-signature.vue b/ayanova/src/components/work-order-signature.vue index 1afe7527..6ea713f5 100644 --- a/ayanova/src/components/work-order-signature.vue +++ b/ayanova/src/components/work-order-signature.vue @@ -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;