Roundup Tracker - Issues

Issue 2551180

classification
Allow linking to specific messages in issue/task item view
Type: rfe Severity: normal
Components: Web interface Versions:
process
Status: new
:
: : rouilj
Priority: : Effort-Low, StarterTicket

Created on 2021-12-11 21:49 by rouilj, last changed 2021-12-11 21:49 by rouilj.

Messages
msg7413 Author: [hidden] (rouilj) Date: 2021-12-11 21:49
A user wants to send a link to a specific message in an issue to another person.

Supporting this requires two changes to the issue.item (task.item etc.)
templates:

  1) add an id element to the message header. For the classic tracker this
      is a 'tr' element, for responsive it's a 'div', jinja2 probably uses
      a 'div' as well. Use the msg designator as the id, so msg32 for example.

  2) provide an 'a' element that can be used to create a link to the id'ed element.
History
Date User Action Args
2021-12-11 21:49:31rouiljcreate