This commit is contained in:
@@ -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: 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??
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -198,6 +198,16 @@ export default {
|
|||||||
this.$emit("change");
|
this.$emit("change");
|
||||||
this.openDialog = false;
|
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) {
|
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