Forum

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.

After upgrade 6.0.5...
 
Notifications
Clear all

After upgrade 6.0.5, selecting Milestone in Diary returns message of deleted.

6 Posts
2 Users
0 Reactions
3,791 Views
(@licinio)
Posts: 15
Active Member
Topic starter
 
[#3980]

Milestones in Diary, when selecting it returns message of " It seems this Milestone has just been deleted. Please refresh the list."

I tested this on the demo site of Projeqtor and this issue is also present.

Anyone have a fix for this?


 
Posted : 31 Dec 2016 6H52
(@babynus)
Posts: 14952
Member Admin
 

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.


 
Posted : 31 Dec 2016 12H12
(@licinio)
Posts: 15
Active Member
Topic starter
 

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.


 
Posted : 31 Dec 2016 18H32
(@babynus)
Posts: 14952
Member Admin
 

Hi,

Issue confirmed.
Recorded as Ticket #2477

Thanks for reporting.


 
Posted : 31 Dec 2016 20H26
(@babynus)
Posts: 14952
Member Admin
 

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


 
Posted : 31 Dec 2016 20H43
(@licinio)
Posts: 15
Active Member
Topic starter
 

Perfect, the fix worked.

Thanks a million.


 
Posted : 31 Dec 2016 23H27
Share:

Scroll to Top