Community
Participate
Working Groups
I20120207-2230 @ orion.eclipse.org 1. I am on the git-status page for a folder in my repo. My active branch is local-only (not pushed). 2. There's 1 change I want to commit. 3. Click the Stage icon beside the commit. 4. Type a commit message, click Commit. 5. I see "Loading status..." but the page never refreshes. The console shows an error. stack trace: > d.empty html.js:1591 > dojo.place html.js:285 > orion.GitLogTableRenderer.GitLogTableRenderer.modifyHeader git-status-table.js:532 > orion.GitStatusController.GitStatusController._initTitleBar git-status-table.js:765 > orion.GitStatusController.GitStatusController._processCloneInfo git-status-table.js:739 > orion.GitStatusController.GitStatusController._getCloneInfo.gitService.getGitClone.gitService.getGitBranch.then.gitService.GitRemote.then.setUserEmailAndProcess git-status-table.js:795 > ... The DOM node "gitRemote_header" does not exist, so dojo.empty() blows up.
Libing, I may have caused this when I changed git status to use common header/toolbar/slideout generation (mUtil.createPaneHeading). I tried to preserve all of your old id's but this sounds like I did not. Ping me if I need to get involved.
Created attachment 210984 [details] Patch file Mark helped reviewing the change
reviewed
fixed with http://git.eclipse.org/c/orion/org.eclipse.orion.client.git/commit/?id=b9553829dc8f41b63ac777d3cb5cda07b0d95823.