This commit is contained in:
@@ -63,7 +63,7 @@ http://localhost:8080/login
|
|||||||
|
|
||||||
CURRENT WORK:
|
CURRENT WORK:
|
||||||
|
|
||||||
- test repeat error message code in errorhandler (throw same error multiple times??)
|
|
||||||
- Get edit form existing features completely working (also need new reportchooser not based on the original dialog component)
|
- Get edit form existing features completely working (also need new reportchooser not based on the original dialog component)
|
||||||
- new record entry is a bit fucked up:
|
- new record entry is a bit fucked up:
|
||||||
- Getting validation errors that don't make sense
|
- Getting validation errors that don't make sense
|
||||||
|
|||||||
@@ -503,8 +503,8 @@ export default {
|
|||||||
//do the delete
|
//do the delete
|
||||||
vm.formState.loading = true;
|
vm.formState.loading = true;
|
||||||
//No need to delete a new record, just abandon it...
|
//No need to delete a new record, just abandon it...
|
||||||
if (this.$route.params.id != 0) {
|
if (this.$route.params.id == 0) {
|
||||||
//this should not get offered for delet but to be safe and clear just in case:
|
//this should not get offered for delete but to be safe and clear just in case:
|
||||||
JUST_DELETED = true;
|
JUST_DELETED = true;
|
||||||
// navigate backwards
|
// navigate backwards
|
||||||
vm.$router.go(-1);
|
vm.$router.go(-1);
|
||||||
|
|||||||
Reference in New Issue
Block a user