| Summary: | [client] Git Status doesn't show a modified file | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [ECD] Orion | Reporter: | Tomasz Zarna <tomasz.zarna> | ||||
| Component: | Client | Assignee: | libing wang <libingw> | ||||
| Status: | CLOSED FIXED | QA Contact: | |||||
| Severity: | normal | ||||||
| Priority: | P3 | ||||||
| Version: | 0.2 | ||||||
| Target Milestone: | 0.2 | ||||||
| Hardware: | PC | ||||||
| OS: | Windows XP | ||||||
| Whiteboard: | |||||||
| Attachments: |
|
||||||
Created attachment 190653 [details]
Git Status
GET http://localhost:8080/git/status/file/BS/ gives this result: { "Added": [], "Changed": [], "Missing": [], "Modified": [{ "Git": { "CommitLocation": "http://localhost:8080/git/commit/HEAD/file/BS/folder/folder.txt", "DiffLocation": "http://localhost:8080/git/diff/Default/file/BS/folder/folder.txt" }, "Location": "http://localhost:8080/file/BS/folder/folder.txt", "Name": "folder/folder.txt" }], "Removed": [], "Untracked": [] } Fixed by Libing with 5b24812f6ca2490b0720b4d9b8c8165b4813d21a. verified. |
1. Create a project and link it to an existing (local) repository 2. Modify file in Orion 3. Display "Git Status" for the file => Unstaged/Staged section are empty => Firebug console shows "prefsService.getPreferences is not a function / prefsService.getPreferences("/window").then(function (prefs) {"