Hello
I'm not able to find the new Detail feature on Tickets section. I run the 9.1.1 version.
In addition, I found a strange empty section on "Global parameter > todo list" (please see attachement), maybe these 2 stuffs are related together ...
I get this on both old and new graphical template, also after the cleaning of cache.
My upgrade steps were:
> from 9.0.5 to 9.1.0
> from 9.1.0 to 9.1.1
However, aAfter updating to 9.1.0 I faced the bug related to the "INSERT INTO `status` (`id`, `name`, `setDoneStatus`, `setIdleStatus`, `color`, `sortOrder`, `idle`, `setHandledStatus`, `isCopyStatus`, `setCancelledStatus`, `setIntoserviceStatus`, `setSubmittedLeave`, `setAcceptedLeave`, `setRejectedLeave`, `fixPlanning`, `setPausedStatus`) VALUES
(18, 'paused', '0', '0', '#BABABA', '350', '0', '0', '0', '0', '0', '0', '0', '0', '1', '1');". I've found this bug mentioned in the forum, it happens since I added a few new states during past months. I don't know if this bug could be related to the lack of todo list.
Anyway, my warmest congratulations on your wonderful software, which has greatly improved my way of working.
Thanks
Where you have the strange display on global parameter, do you get an error on projeqtor error log file or in the browser console ?
Hi. Many thanks for your immediate reply!
No errors in browser console, no error in the log files.
Hi,
Issue found and fixed.
Fix is to replace line 1323 in model/Parameters.php from
if (!Module::isMenuActive("menuViewAllSubTask")){
to
if ($typeParameter=='userParameter' and !Module::isMenuActive("menuViewAllSubTask")){
Hi babynus.
Many thanks for the quick fix, it lets the todo-list setting to appear under "Global parameters > Activity" menu.
However, after putting this flag to "Yes", still no todo section on Tickets or Activities (new or existing one).
I've performed a logout/login, I've tried with both old an new graphical interface. I've cleaned the cache. I've checked log files, no error. Also no error on Js console.
Maybe there is an additional permission to authorize and I do a mistake in this?
Best regards
You must also give speciofic access rights to profile, and each user wxill have to activate it.
Hello Babynus
I've followed your direction ... however I still get strange results.
After giving access rights to profile, now I'm not able to remove the visibility of sub-tasks. As you can see on the attached picture, the sub-tasks show on the "Product | Component | Version" tab on "Ticket (simple)". Regardless of profiles or users, I did many tries (also adding new users with new profiles created from scratch with no access to sub-tasks), but this section is always visible on Ticket (simple) and according to me this is visible also on a wrong position. I've checked the log files and found no errors. Also cleared the cache (I changed the browser, just to be double sure). I get this result on old and new graphic interface.
I don't know if I'm the only person getting this result .. it's very strange. I did the update from 9.0.5 to 9.1.0 (and getting the SQL error related to the state with id=18 already existing in the database), maybe this could be the cause?
In case, let me know if I can help you with more details
I paste the code of first label+checkbox, hoping this could help ...
Really many many thanks for your constant help.
Hi,
There are some unconsistencies on acces to this feature. We'll fix it on V9.1.2
Hi Babynus.
Many thanks


