Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 398501

Summary: Cannot checkout tag on repositories page
Product: [ECD] Orion Reporter: Malgorzata Janczarska <malgorzata.tomczyk>
Component: GitAssignee: Szymon Brandys <Szymon.Brandys>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3 CC: Szymon.Brandys
Version: 2.0   
Target Milestone: 2.0 M2   
Hardware: PC   
OS: Windows 7   
Whiteboard:

Description Malgorzata Janczarska CLA 2013-01-18 10:01:56 EST
When trying to checkout tag on repositories page I get a prompt for the branch name and when I submit I get en error in the console:
TypeError: item.parent is undefined
[Break On This Error] 	

...Location = (item.Repository != null) ? item.Repository.Location : item.parent.pa...

gitCommands.js (line 461)
Comment 1 Szymon Brandys CLA 2013-01-18 10:42:20 EST
It just does not refresh. But it works.
Comment 2 Malgorzata Janczarska CLA 2013-01-18 10:42:50 EST
(In reply to comment #1)
> It just does not refresh. But it works.
The error in gitCommands 410: item.parent is undefined
Comment 3 Szymon Brandys CLA 2013-01-18 11:01:42 EST
Fixed.