You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 26, 2020. It is now read-only.
halfwhole
changed the title
app-help gives error when entering it as the first commandapp-help and app-exit gives an error when entering it as the first command
Nov 15, 2019
When that first command is a non-data-modifying command
As this is a very specific scenario (and the user will be able to continue using the application after the initial error; all subsequent command execute properly), the severity it set at medium.
This bug happens because some code attempts to sort the staged appointment book upon startup, resulting in the staged appointment book being different from the base appointment book. If a non-data-modifying command is executed as the first command, the change (sorting) is attributed to that command, and the app defensively prevents the change by reverting the staged appointments to the base appointments and producing the error message.
How to reproduce:
app-help
orapp-exit
.Result:
Command attempted to make changes but is not a MutatorCommand
It works on subsequent tries though, but not the first one.
[EDIT: this probably works on many/all commands here on my side, so changing the severity to High.]
The text was updated successfully, but these errors were encountered: