Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
View | Details | Raw Unified | Return to bug 254614
Collapse All | Expand All

(-)UI/org/eclipse/rse/internal/ui/view/SystemViewFilterReferenceAdapter.java (-1 / +2 lines)
Lines 31-36 Link Here
31
 * David McKnight   (IBM)        - [238507] Promptable Filters refreshed after modifying filter strings
31
 * David McKnight   (IBM)        - [238507] Promptable Filters refreshed after modifying filter strings
32
 * David McKnight   (IBM)        - [244824] filter not refreshed if child is "empty list" or system message node
32
 * David McKnight   (IBM)        - [244824] filter not refreshed if child is "empty list" or system message node
33
 * David McKnight   (IBM)        - [249245] not showing inappropriate popup actions for: Refresh, Show In Table, Go Into, etc. 
33
 * David McKnight   (IBM)        - [249245] not showing inappropriate popup actions for: Refresh, Show In Table, Go Into, etc. 
34
 * David McKnight   (IBM)        - [254614] Promptable filter's shouldn't require supportsCommands on the subsystem to be false
34
 *******************************************************************************/
35
 *******************************************************************************/
35
36
36
package org.eclipse.rse.internal.ui.view;
37
package org.eclipse.rse.internal.ui.view;
Lines 316-322 Link Here
316
		final ISubSystemConfiguration ssf = SubSystemHelpers.getParentSubSystemConfiguration(referencedFilter);
317
		final ISubSystemConfiguration ssf = SubSystemHelpers.getParentSubSystemConfiguration(referencedFilter);
317
318
318
		// PROMPTING FILTER?...
319
		// PROMPTING FILTER?...
319
		if (promptable && !ssf.supportsCommands())
320
		if (promptable)
320
		{
321
		{
321
			final Object[] pchildren = new SystemMessageObject[1];
322
			final Object[] pchildren = new SystemMessageObject[1];
322
			final Object pelement = element;
323
			final Object pelement = element;

Return to bug 254614