Feature #18720
Make stop-project remove reserved projects
Start date:
01/11/2018
Due date:
% Done:
0%
Estimated time:
Description
If a project is in the reserved state you can't get rid of it as stop-project fails. (Although you should be able to start it by calling start-project with the same arguments, then calling stop to get rid of it.)
Instead of complaining the call to stop project should clean up the db entry - the simplest way is to just delete it since it's not useful. Presumably if the user is calling stop then they don't need or want it.