When I open a task in the TaskEditDialog the Triggers don't seem to update properly.
Steps to reproduce:
Create a new TaskEditDialog passing into the constructor the task, true for edit, and true for register on accept.
When the user opens lets say a weekly task scheduled to run ever Wed. they can for example change the Description, hit OK and everything works great. HOWEVER if instead they go to the Triggers tab, Edit the existing weekly trigger. Then UNCHECK Wednesday and CHECK Sunday then hit OK in the Edit Trigger window you can see in the list of Triggers that the one you just edited has BOTH Sunday and Wednesday checked instead of just Sunday. No matter what you do you can't seem to unselect the day the trigger was initialized with yet it's NOT read only because you CAN add to it. I assume this is a bug.
Steps to reproduce:
Create a new TaskEditDialog passing into the constructor the task, true for edit, and true for register on accept.
When the user opens lets say a weekly task scheduled to run ever Wed. they can for example change the Description, hit OK and everything works great. HOWEVER if instead they go to the Triggers tab, Edit the existing weekly trigger. Then UNCHECK Wednesday and CHECK Sunday then hit OK in the Edit Trigger window you can see in the list of Triggers that the one you just edited has BOTH Sunday and Wednesday checked instead of just Sunday. No matter what you do you can't seem to unselect the day the trigger was initialized with yet it's NOT read only because you CAN add to it. I assume this is a bug.