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 190340 Details for
Bug 338499
support hiding of queries
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]
fix one
clipboard.txt (text/plain), 1.50 KB, created by
Steffen Pingel
on 2011-03-03 21:00:06 EST
(
hide
)
Description:
fix one
Filename:
MIME Type:
Creator:
Steffen Pingel
Created:
2011-03-03 21:00:06 EST
Size:
1.50 KB
patch
obsolete
>### Eclipse Workspace Patch 1.0 >#P org.eclipse.mylyn.tasks.ui >Index: src/org/eclipse/mylyn/internal/tasks/ui/views/PresentationFilter.java >=================================================================== >RCS file: /cvsroot/mylyn/org.eclipse.mylyn.tasks/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasks/ui/views/PresentationFilter.java,v >retrieving revision 1.1 >diff -u -r1.1 PresentationFilter.java >--- src/org/eclipse/mylyn/internal/tasks/ui/views/PresentationFilter.java 4 Mar 2011 01:52:05 -0000 1.1 >+++ src/org/eclipse/mylyn/internal/tasks/ui/views/PresentationFilter.java 4 Mar 2011 01:59:55 -0000 >@@ -18,7 +18,6 @@ > import org.eclipse.mylyn.internal.tasks.ui.AbstractTaskListFilter; > import org.eclipse.mylyn.tasks.core.IAttributeContainer; > import org.eclipse.mylyn.tasks.core.IRepositoryQuery; >-import org.eclipse.mylyn.tasks.core.ITask; > > /** > * @author Steffen Pingel >@@ -70,16 +69,13 @@ > if (!filterSubtasks) { > return true; > } >- if (((ITask) element).getTaskId().equals("20196")) { >- System.err.println(); >- } > for (AbstractTaskContainer container : ((AbstractTask) element).getParentContainers()) { > // categories are always visible > if (container instanceof AbstractTaskCategory) { > return true; > } > // show task if is contained in a query >- if (container instanceof IRepositoryQuery && isQueryVisible(container)) { >+ if (container instanceof IRepositoryQuery && (!filterHiddenQueries || isQueryVisible(container))) { > return true; > } > }
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 Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 338499
:
190242
|
190243
|
190244
|
190337
|
190338
|
190339
| 190340 |
190347