Roundup Tracker - Issues

Message7413

Author rouilj
Recipients rouilj
Date 2021-12-11.21:49:31
Message-id <1639259371.99.0.36517312619.issue2551180@roundup.psfhosted.org>
In-reply-to
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:32rouiljsetrecipients: + rouilj
2021-12-11 21:49:31rouiljsetmessageid: <1639259371.99.0.36517312619.issue2551180@roundup.psfhosted.org>
2021-12-11 21:49:31rouiljlinkissue2551180 messages
2021-12-11 21:49:31rouiljcreate