Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 2.14
-
Fix Version/s: 3.1
-
Component/s: Measure Filters
-
Labels:None
-
Number of attachments :
Description
This was originally reported on SONAR-3014 which fixed the main dashboard appearantly.
When I try to click on the Developer Link I get the following error:
"Firefox doesn't know how to open this address, because the protocol (scm) isn't associated with any program."
The link shows:
<a onclick="window.open(this.href);return false;" class="nolink" href="scm:svn:https://vcs.fsglobal.net/svn/ft/webclient/tree/trunk"><img title="Developer connection" src="/images/links/scm_dev.png?1332158648" alt="Developer connection"></a>
However Evgeny Mandrikov commented on SONAR-3014:
-----------------------------------------
Hi guys,
I suppose that we misunderstood each other. Indeed - in 2.14 we improved rendering of links on project dashboard in widget (see commits
+7cbe24d and
+c3bc698) and this doesn't require relaunch of analysis (see
+[^widget.png]), however links of filters page wasn't improved (see [^filters.png]) and I suppose that this is exactly the case for Doug.
Freddy asked that a new JIRA be opened for this.
Thanks for working on this.
this is not only about fixing an issue, this may add a new UI behavior.
3 solutions:
1) remove developper connection link icon (straightforward, but not coherent with links list)
2) display link in popup/tooltip (not seen elsewhere in sonar)
-> see commit https://github.com/lzilber/sonar/commit/211e3fbd86200e64b4652b01751d44107c9dec79 based on Fabrice code.
3) navigates to Description widget (may not be displayed) or to Project Links (current user may not have the proper security permissions)