| Summary: | Git log -switch to remote/tracking related pages links are gone | ||
|---|---|---|---|
| Product: | [ECD] Orion | Reporter: | Susan McCourt <susan> |
| Component: | Git | Assignee: | Susan McCourt <susan> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | major | ||
| Priority: | P3 | CC: | ken_walker, malgorzata.tomczyk, simon_kaegi, Szymon.Brandys |
| Version: | 0.5 | ||
| Target Milestone: | 0.5 RC1 | ||
| Hardware: | PC | ||
| OS: | Windows 7 | ||
| Whiteboard: | |||
|
Description
Susan McCourt
This is not a problem with bug 381679, the link does not appear even when I remove the string externalization from it. The problem here is that visibleWhen() function returns false. From a quick debug it looks like Szymon assumed that the "item" in the function will be the log json, but it's in fact the folder json (response for /file/..). (In reply to comment #1) > This is not a problem with bug 381679, the link does not appear even when I > remove the string externalization from it. The problem here is that > visibleWhen() function returns false. From a quick debug it looks like Szymon > assumed that the "item" in the function will be the log json, but it's in fact > the folder json (response for /file/..). perhaps this was me, then...I'll revisit my fix for bug 381869. It's very possible that I tested this fix before related pages came back... yep, it was that fix. I changed the page target for the breadcrumb and should have only changed the breadcrumb target. I have a (one line) fix for this ready, if there were to be another RC1 build I'd like to get it in... Talked to Simon. Fix is localized to git log, so we are pushing it. Fixed in http://git.eclipse.org/c/orion/org.eclipse.orion.client.git/commit/?id=288096716bdf2e0c5225ed2af344b33aa26528a5 |