You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, all the users can update actualStartDate and completionDate of milestones. We should limit users who can update them, so only user with admin roles can update them.
For checking permissions we can reuse method hasPermission without providing the third argument, like this: