Community
Participate
Working Groups
Steps: 1. Init a new repo 2. Open "Git Status" for it => In the Console I can see: TypeError: data.items.model.items is undefined (undefined="[object Object]") git-status-table.js (line 1151) ...
I will take a look. Not sure if this is commands or the specific command...
I fixed the git-status side of this, by tightening up the visibleWhen so ensure all the properties expected in the href callback are there. But I suspect if I actually tried to do anything else on this page, it would fail, since there are no branches. I think that additionally we need to tighten up the visibleWhen for the git status command itself. The link should probably not be appearing on the repo page at all until there's a branch defined? Or something like that...Szymon will know.... Moving bug to Szymon.
(In reply to comment #2) > But I suspect if I actually tried to do anything else on this page, it would > fail, since there are no branches. For new init'zed repos 'master' branch is created. It's active and you can't delete it, so we are safe to show Git Status href for these repos. One thing I noticed (again) is bug Bug 350012.