Hello,
ProjeQtor version : 7.1.2
set to first 'done' status : No
When I remove the left directly in the activity screen, the activity is automaticaly closed, and the close date is complete.
But with the option "Set to first 'done' status" at "No", I understand it is not the correct operation.
Is it a bug ?
Thanks
Florent
Hi,
I cannot reproduce on V7.3.4.
Do you have the opportunity to test on V7.3.4 (last stable release) ?
I set the global parameter to No on Demo. Could you please try and reproduce on Demo ?
Hello,
I open the planning screen and I test on the activity "Management" (WBS = 2.1).
The left for "project manager" is at 2, and I delete the value and tab for exit of the field.
The closed box has checked and the date completed at 13/02/2019.
Florent
OK,
I could reproduce the issue with your use case.
NB : in fact, if you save afterwards, the status is not changes, and if this stauts is not a "closed" status, activity is not closed.
Ticket #3855 recorded.
Fix is to comment lines 220 to 228 in model/PlanningElement.php, like this
// if ($rubr=="real") {
// $colScript .= ' if (dijit.byId("idle")) { ';
// $colScript .= ' if ( endDate!=null && endDate!="") {';
// $colScript .= ' dijit.byId("idle").set("checked", true);';
// $colScript .= ' } else {';
// $colScript .= ' dijit.byId("idle").set("checked", false);';
// $colScript .= ' }';
// $colScript .= ' }';
// }
Fix will be deployed on V7.4.2