6
If the project stage of a project is changed the user is asked whether he wants to update the project status to the choosen project stage.
After pressing OK the user is asked whether he wants to inherit the stage of the parent project. This second "dialog" is not needed and our customer wants a possibility to suppress it.

The Problem is that the second dialog is located in the class ProjStatusUpd in the private method Main()
as a Box. So no possibility is given to suppress it.
I think if it the code would be extracted and be put in a separate method it would be possible to suppress it. It should be like the static method "ProjStatusUpd::subPrjStatusUpdDialog".
There you have the possibility to skip the dialog.

Steps to reproduce issue:
1. Open form ProjTable (Project management and accounting > Projects > All Projects
2. Klick on a project and choose in the project hierarchy a subproject
3. Klick on Maintain > Project stage and choose a project stage
4. Klick OK in the first dialog ("Update project status...")
5. The status of the parent project should be not "Created"
6. The second dialog is shown ("The parent project is at stage...")
STATUS DETAILS
Needs Votes