| Summary: | Typo in accessRights.js: '/user/ should be '/users' | ||
|---|---|---|---|
| Product: | [ECD] Orion | Reporter: | Michael Rennie <Michael_Rennie> |
| Component: | Node | Assignee: | Michael Rennie <Michael_Rennie> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | normal | ||
| Priority: | P2 | ||
| Version: | 15.0 | ||
| Target Milestone: | 16.0 | ||
| Hardware: | PC | ||
| OS: | Mac OS X | ||
| See Also: | https://github.com/eclipse/orion.client/pull/203 | ||
| Whiteboard: | |||
GitHub Pull Request 203 created by [mrennie] https://github.com/eclipse/orion.client/pull/203 Merged. |
accessRights.js ~ line 61: var createUserAccess = function(UserId){ return [{ "Method": getAccessRight(), "Uri": "/user/" + UserId }]; }; should be: var createUserAccess = function(UserId){ return [{ "Method": getAccessRight(), "Uri": "/users/" + UserId }]; };