Mismatch IDs between dashboard and RSS feed title
Created by: maoueh
Gitlab version: 6.3.0
The RSS feed use the old id scheme (the "global" ID, prior update to 6.1
). However, the dashboard has the correct ID listed.
For example, in a repository we close MR #36 (closed), in the web dashboard, the id is displayed correctly. However, in the RSS feed, the id displayed is MR #476.
Here a screenshot from the dashboard:
And here the corresponding entry from the RSS feed of my dashboard:
<entry>
<id>tag:<gitlab_host>,2013-12-19:8442</id>
<link href="http://<gitlab_host>/<repository>/merge_requests/36"/>
<title>Matthieu Ouellette-Vachon accepted MR #476: Fix Unit Tests at <repository></title>
<updated>2013-12-19T16:30:31Z</updated>
<media:thumbnail width="40" height="40" url="http://www.gravatar.com/avatar/5e20bed19b69a7eb804a8b5efe0dc948?s=40&d=mm"/>
<author>
<name>Matthieu Ouellette-Vachon</name>
<email><user_email></email>
</author>
<summary type="xhtml">
</summary>
</entry>
As you can see, the link in the entry has the correct id (<link href="http://<gitlab_host>/<repository>/merge_requests/36"/>
) but not the title of the entry which use the old global id.
Regards, Matt