| Summary: | Hidden files are displayed in the navigator | ||
|---|---|---|---|
| Product: | [ECD] Orion | Reporter: | Ben Morris <ben.morris> |
| Component: | Client | Assignee: | Project Inbox <orion.client-inbox> |
| Status: | RESOLVED WONTFIX | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | CC: | chris.whitty |
| Version: | 1.0 | ||
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | Windows 7 | ||
| Whiteboard: | |||
Closing as part of a mass clean up of inactive bugs. Please reopen if this problem still occurs or is relevant to you. For more details see: https://dev.eclipse.org/mhonarc/lists/orion-dev/msg03444.html Closing as part of a mass clean up of inactive bugs. Please reopen if this problem still occurs or is relevant to you. For more details see: https://dev.eclipse.org/mhonarc/lists/orion-dev/msg03444.html |
If you make PUT request PUT /file/<workspaceId>/<pathToFile>?parts=meta HTTP/1.1 Orion-Version: 1.0 Content-Type: application/json { "Attributes" : { "Hidden" : "true", } } And then make a GET request GET /file/MyProj/myfile.txt?parts=meta HTTP/1.1 Orion-Version: 1.0 The Attributes property of the response confirms that Hidden is equal to true yet the file is still visible in the Orion navigator.