| Summary: | Editor page Sidebar navigator does not work with additional file systems | ||
|---|---|---|---|
| Product: | [ECD] Orion | Reporter: | Ken Walker <ken_walker> |
| Component: | Client | Assignee: | Mark Macdonald <mamacdon> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | CC: | mamacdon |
| Version: | 3.0 | ||
| Target Milestone: | 3.0 M2 | ||
| Hardware: | All | ||
| OS: | All | ||
| Whiteboard: | |||
|
Description
Ken Walker
The sidebar was reimplementing part of the explorer functionality that dealt with loading a node and its children, and did so by making an assumption that does not hold for every filesystem. (The Orion Java server fetches a folder's Children when the folder's metadata is requested -- in API terms, these are two separate operations and filesystems aren't required to provide this "shortcut"). Changed to reuse the explorer code correctly and it is fixed. http://git.eclipse.org/c/orion/org.eclipse.orion.client.git/commit/?id=9c02cd14258d820c561f7b78 |