| Summary: | git log - Type Error in console | ||
|---|---|---|---|
| Product: | [ECD] Orion | Reporter: | Susan McCourt <susan> |
| Component: | Git | Assignee: | Project Inbox <orion.git-inbox> |
| Status: | RESOLVED WONTFIX | QA Contact: | |
| Severity: | major | ||
| Priority: | P3 | CC: | mamacdon, Szymon.Brandys |
| Version: | unspecified | ||
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | Windows 7 | ||
| Whiteboard: | |||
I was trying to git log from the repo page on my org.eclipse.orion.client repo. I am unable to fetch since no command is showing. I do see a TypeError:
TypeError
arguments: Array[2]
0: "innerHTML"
1: null
get message: function () { [native code] }
get stack: function () { [native code] }
set message: function () { [native code] }
set stack: function () { [native code] }
type: "non_object_property_store"
But the toolbar commands are displaying OK for me.
(In reply to comment #2) Correction... if I open the git-log page on the active branch, I see the toolbar commands. On a non-active branch, there are no commands. (In reply to comment #3) > (In reply to comment #2) > Correction... if I open the git-log page on the active branch, I see the > toolbar commands. On a non-active branch, there are no commands. That's what it was. So the problem here is the TypeError, and I'm not sure how long that may have been around. Closing as part of a mass clean up of inactive bugs. Please reopen if this problem still occurs or is relevant to you. For more details see: https://dev.eclipse.org/mhonarc/lists/orion-dev/msg03444.html |
on the latest build, I can't see any toolbar actions in git log. There is TypeError in the console on Chrome. TypeError arguments: Array[2] get message: function () { [native code] } get stack: function () { [native code] } set message: function () { [native code] } set stack: function () { [native code] } type: "non_object_property_store" __proto__: Error I know this was working the build deployed this morning.