Welcome to ProjeQtOr new Forum. We migrated old forum to the new website.
You will find all your posts here, with your usual account.
Just one point : you’ll have to reinitialize your password. Use “Lost password” feature.
Is it a milestone that you can see in your milestone list ?
In V6.0 we added feature to display all milestones to whole project team, even if they don't have rights to see them, so clicking on these milsetones will lead to issue you get.
Can you please confirm you are in this cas ? If it is confirmed, we'll add fix to avoid being able to click on the not displayable milstones.
Thank you for the quick response. I had a look at permissions as you suggested in your reply.
I confirmed user is allocated to the Project and the same user is assigned to the milestone.
From the Diary view, when I select the milestone it takes me to the Milestone screen but it displays the error which I originally reported.
One thing that is weird is that in the Diary screen, the ID for the milestone does not match the ID of the milestone that is listed in the Milestone screen. See screenshot below.
So when I looked for the ID shown in the Diary screen, i found it in the "planningelement" table, see the screenshot below.
Hi,
Issue confirmed.
Recorded as Ticket #2477
Thanks for reporting.
Hi,
Fix is to replace line 344 in /view/diary.php from
'id'=>$o->id,
to
'id'=>$id,
Fix will be deployed on next version / patch
Perfect, the fix worked.
Thanks a million.



