Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 445234

Summary: Incorrect link for [root folder page] in Deploy notification
Product: [ECD] Orion Reporter: Adrian Aichner <adrian.aichner>
Component: DeploymentAssignee: Mark Macdonald <mamacdon>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3 CC: maciej.bendkowski, mamacdon
Version: unspecified   
Target Milestone: 8.0   
Hardware: PC   
OS: Windows XP   
URL: https://apa.selfhost.eu:8443/edit/edit.html#/file/adrian-OrionContent/orion_installation/manifest.yml
Whiteboard:

Description Adrian Aichner CLA 2014-09-26 16:39:18 EDT
See these links:

https://my.local.server:8443/cfui/edit/edit.html#/file/adrian-OrionContent/orion_installation/
https://ace.ng.bluemix.net/#/resources/appGuid=AAAAA&spaceGuid=BBBBB

  referenced from

https://my.local.server:8443/edit/edit.html#/file/adrian-OrionContent/orion_installation/manifest.yml

Details:

The notification text reads as follows. Clicking the [root folder page] link results in 404.

```
See Manual Deployment Information in the [root folder page] to view and manage [my-app on dev / email]
```

The links under [Deployment Information] in the Project sidebar all work fine.

-- 

Issue Pigeon (http://mzl.la/1t2Vb4k) collected text and links and found the place to report this bug.
Comment 1 Mark Macdonald CLA 2014-11-03 17:08:07 EST
This is still broken
Comment 2 Mark Macdonald CLA 2014-11-03 18:04:10 EST
The relative path was wrong (perhaps because the calling code was refactored into a different window.location at some point?)

http://git.eclipse.org/c/orion/org.eclipse.orion.client.git/commit/?id=042e06d

Cc'ing Maciej for a sanity check
Comment 3 Maciej Bendkowski CLA 2014-11-04 07:01:42 EST
There was one place left to apply the change (see deploymentLogic.js, commit: http://git.eclipse.org/c/orion/org.eclipse.orion.client.git/commit/?id=1787990bf9f8a5df872d031ded3072a3f866ce41). It should be fixed now.