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

Bug 512801

Summary: Can't use links to open files in editor from shell
Product: [ECD] Orion Reporter: Remy Suen <remy.suen>
Component: ClientAssignee: Silenio Quarti <Silenio_Quarti>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P2 CC: Silenio_Quarti
Version: 13.0   
Target Milestone: ---   
Hardware: All   
OS: All   
Whiteboard:

Description Remy Suen CLA 2017-02-28 05:45:48 EST
1. Open the 'Shell' page.
2. Use `ls` to show some files and folders.
3. Try clicking them. You will ultimately get redirected to the shell.

https://orion.eclipse.org/shell/shellPage.html#/file/new/test.txt
...
https://orion.eclipse.org/shell/shellPage.html#/workspace/orionode

4. Type `edit test.txt` to try and use the command to edit the file.
5. The link opens but the same redirect happens. :(

The URL needs to be /edit/edit.html instead of /shell/shellPage.html.