This commit is contained in:
2019-11-22 00:25:32 +00:00
parent 0a1c1ca173
commit 63dc3319b3
2 changed files with 5 additions and 1 deletions

View File

@@ -281,6 +281,8 @@ export default {
//it's a new record so it can't be deleted so...
this.rights.delete = false;
//NOTE: If this object requires defaults from the server for a new object then here is where it woudld fetch them
//modify the menu as necessary
generateMenu(this);
}