This commit is contained in:
2021-12-15 16:17:38 +00:00
parent 26f8de86a3
commit 381b487972
2 changed files with 14 additions and 1 deletions

View File

@@ -147,7 +147,10 @@ Coded by importance
- 1 todo: update the version of postgreSQL in the "single" standalone installer (but do it for myself first in my dev standalone pg server)
- 1 todo: apparently it's easy to pick an alternate folder for install in windows single and it fucks with postgres path so not sure what to do with that
maybe force the default installation location for windows single only so people don't fuck it up?
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??

View File

@@ -198,6 +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;
}
},
setSig(theSig) {
if (this.variant == "customer") {
this.value.customerSignature = theSig;