Leantime / leantime

Leantime is a goals focused project management system for non-project managers. Building with ADHD, Autism, and dyslexia in mind.
https://leantime.io
GNU Affero General Public License v3.0
4.23k stars 561 forks source link

Update Comments.php to fix ticket comment notification url #2543

Closed rqi14 closed 3 weeks ago

rqi14 commented 3 weeks ago

Link to ticket

None

Description

Before change, the comment notification includes a url to the task such as https://leantime.io/tickets/showTicket/325&projectId=10

It is not working because it lacks #/

It should be https://leantime.io/#/tickets/showTicket/325&projectId=10

Without this change, the link doesn't lead the user to the task but leads to something like https://leantime.io/tickets/showKanban?showTicketModal=325. In this case, the task window does not pop up.

Screenshot of the result

If your change affects the user interface, you should include a screenshot of the result with the pull request.

Checklist

If your code does not pass the requirements on the checklist, you should add a comment explaining why this change should be exempt from the list.

Additional comments or questions

If you have any further comments or questions for the reviewer, please add them here.