History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: WPP-14
Type: Bug Bug
Status: Resolved Resolved
Resolution: Cannot Reproduce
Priority: Major Major
Assignee: Andrew Wills
Reporter: Andrew Wills
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Web Proxy Portlet

Fix the ClippingFilter so that it reads the 'disabled' property correctly

Created: 07/Aug/08 06:47 PM   Updated: 03/Sep/08 07:05 PM
Component/s: HTML clipping
Affects Version/s: None
Fix Version/s: 1.0.0-RC1

Original Estimate: 4 minutes Remaining Estimate: 4 minutes Time Spent: Unknown


 Description  « Hide
- this.disable = !new Boolean(pp.getValue(ClippingConfigImpl.DISABLE, null)).booleanValue();
+ this.disable = new Boolean(pp.getValue(ClippingConfigImpl.DISABLE, null)).booleanValue();

 All   Comments   Work Log   Change History      Sort Order:
Andrew Wills [03/Sep/08 07:05 PM]
This issue is a phantom – it's not actually broken in JA-SIG SVN.