Skip to content

Remove special deprecated issue route code added to issues/_discussion.html.haml

Problem

!24791 (merged) introduced some code into issues/_discussion.html.haml to support both the legacy issue route and the new \-\ scoped issue route !24791 (comment 295834850).

In %13.0 the legacy issue routes will redirect to the new \-\ routes, and so the view file will no longer need to support legacy routes.

Solution

Remove the support for the legacy route #208669 (comment 296879206).

Original description:

The following discussion from !24791 (merged) should be addressed:

Edited by Luke Duncalfe