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);
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.
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 🙂