Forum

Automatic closed wh...
 
Notifications
Retirer tout

Automatic closed when Left work set to 0

5 Posts
2 Utilisateurs
0 Reactions
2,814 Vu
Florent MOYER
(@fmoyer)
Posts: 26
Trusted Member
Début du sujet
 
[#5750]

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


 
Posté : 07/02/2019 12:38 pm
(@babynus)
Posts: 14952
Membre Admin
 

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 ?


 
Posté : 08/02/2019 11:51 am
Florent MOYER
(@fmoyer)
Posts: 26
Trusted Member
Début du sujet
 

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


 
Posté : 14/02/2019 1:54 am
(@babynus)
Posts: 14952
Membre Admin
 

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.


 
Posté : 14/02/2019 6:11 pm
(@babynus)
Posts: 14952
Membre Admin
 

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


 
Posté : 14/02/2019 6:12 pm
Share:
Retour en haut