This commit is contained in:
2021-08-05 20:01:36 +00:00
parent 5dbbeb15f6
commit 8f0fe74b0b

View File

@@ -513,11 +513,6 @@ CURRENTLY DOING:
todo MISC:
Duplicate to self menu option in pm/wo/quote should prompt for attachments and wiki just like it does for the other types
I know this means another dialog, maybe need a single "Universal" type dialog instead on each of them and just push in the TO object type name
needed though for consistency and to give the option
Confirm all duped types can save when created, think I saw an error when I saved one of them
test dupe from all three for all types and confirm
PM repeat interval chooser has units in alpha order so days before minutes etc, sb in incremental natural order
maybe can sort by ID instead??
PM exclude days same problem in alpha order, not id order so not in natural day of week order
@@ -856,4 +851,7 @@ BUILD 118
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
- Quote/pm/service orders duplicate* menu options
now prompt equally for copy wiki and attachments
fixed some minor issues with certain combos erroring out, tested all possible combos and works properly now
if you saw an issue before it's probably fixed now