Download
Getting Started
Members
Projects
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
More
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
Toggle navigation
Bugzilla – Attachment 210984 Details for
Bug 371005
[client][status] Error after I commit on a local branch
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
Terms of Use
|
Copyright Agent
Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read
this important communication.
Patch file
patch_371005.txt (text/plain), 838 bytes, created by
libing wang
on 2012-02-14 11:56:19 EST
(
hide
)
Description:
Patch file
Filename:
MIME Type:
Creator:
libing wang
Created:
2012-02-14 11:56:19 EST
Size:
838 bytes
patch
obsolete
>diff --git a/bundles/org.eclipse.orion.client.git/web/orion/git/git-status-table.js b/bundles/org.eclipse.orion.client.git/web/orion/git/git-status-table.js >index 6d011c6..9ffaf41 100644 >--- a/bundles/org.eclipse.orion.client.git/web/orion/git/git-status-table.js >+++ b/bundles/org.eclipse.orion.client.git/web/orion/git/git-status-table.js >@@ -529,7 +529,10 @@ > }, > > modifyHeader: function(location){ >- dojo.place(document.createTextNode("Recent commits on " + location), this._type + "_header", "only"); >+ //We should make sure that the header DIV still exist because sometimes the whole remote mini log is emptied. >+ if(dojo.byId(this._type + "_header")){ >+ dojo.place(document.createTextNode("Recent commits on " + location), this._type + "_header", "only"); >+ } > }, > > renderAction:function(){
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 371005
: 210984