Community
Participate
Working Groups
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) {"
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.