Forum

[SOLVED] planning m...
 
Notifications
Retirer tout

[SOLVED] planning mode - duration constrained - not available in drop down list

3 Posts
2 Utilisateurs
0 Reactions
1,389 Vu
 M
(@mkavurcic)
Posts: 43
Trusted Member
Début du sujet
 
[#9547]

New  planning mode "duration constrained" is not available in drop down list.

Cause:
sql script projeqtor_V11.3.0.sql, line 372 - 374 - idle column is set to 1
INSERT INTO `${prefix}planningmode` (`id`, `applyTo`, `name`, `code`, `sortOrder`, `idle`, `mandatoryStartDate`, `mandatoryEndDate`) VALUES
(29, 'Activity', 'PlanningModeCDUR', 'CDUR', 340, 1 , 0, 0),
(30, 'TestSession', 'PlanningModeCDUR','CDUR', 340, 1 , 0, 0);

Solution:
UPDATE planningmode SET idle=0 where id IN (29,30);

 


 
Posté : 14/08/2024 12:31 pm
(@cecile)
Posts: 160
Membre Admin
 

Hello,

Or maybe, you can consider it was made on purpose not to confuse people with that new planning mode 😉
We rarely ask people to modify the database directly to make ProjeQtOr work.

If you want this mode, you have to activate it. Logged as an admin, on the planning modes screen, using the "closed" switch to show the closed modes, you'll find this mode for Activities and Test Sessions. Unclosed it, and it will work fine.

Have a nice day.


 
Posté : 14/08/2024 12:49 pm
 M
(@mkavurcic)
Posts: 43
Trusted Member
Début du sujet
 

Sorry for my hasty post; I forgot planning mode screen existed, but I was confused for until this version (including version 11.1.0) all new planning modes were instantly available;
apparently, the Truth is so subjective 🙂


 
Posté : 14/08/2024 3:41 pm
Share:
Retour en haut