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

@@ -61,7 +61,9 @@ TODO: Save button isn't enabling on changes in new record when it should. Enter
TODO: Make sure can easily make new record in Widget form before getting into deeper stuff or making any other object forms.
TODO: UI would be greatly enhanced if server defined form customization rules for required fields both Custom and regular were incorporated into client end before roundtripping to the server
- Right now it has to save the record to get the return errors about required fields, that is shit. The client is easily able to tell what is required in the form customization so it should be able to surface that up front
- This will save bandwidth and annoyance factor 1000 for people
TODO: Bug? Set widget edit form times to 4:20pm and observe that in the main grid list it shows as 320 pm!?

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);
}