save overlay

This commit is contained in:
2021-08-05 19:12:23 +00:00
parent f834bacaa1
commit 893768912b
42 changed files with 132 additions and 286 deletions

View File

@@ -513,9 +513,6 @@ CURRENTLY DOING:
todo MISC:
CLIENT generate new wo then go back goes to zero id new but then is stuck with error can't go back further due to broken rule
shouldn't it skip this one like the others do??
shouldn't it not prompt if it's a not filled in new wo anyway??
during Save of workorder it should not be available for entry as it can take some time to process and user could fuck off in the middle of it
maybe a "Saving..." toast / popup and overlay to prevent fuckery??
Duplicate to self menu option in pm/wo/quote should prompt for attachments and wiki just like it does for the other types
@@ -856,4 +853,9 @@ BUILD CHANGES OF NOTE
BUILD 118
- Implemented all Child->grandchild data tables for quotes and pm's like workorders
- Implemented all Child->grandchild data tables for quotes and pm's like workorders
- Loading / Saving overlay fully implemented for all forms
this prevents users from clicking around while a save is happening
workorders with a lot of changes take time to walk the tree and save each item which spurred this change mostly
clearly denotes that something is happening that they need to wait for