morciuch 2003/07/07 08:22:00
Modified: src/java/org/apache/jetspeed/modules/actions/portlets
CustomizeSetAction.java
Log:
Applied patch to fix enabling Add Pane button in the customizer (see Bugzilla bug#
21324). Sumbitted by John Christopher.
Revision Changes Path
1.43 +2 -2
jakarta-jetspeed/src/java/org/apache/jetspeed/modules/actions/portlets/CustomizeSetAction.java
Index: CustomizeSetAction.java
===================================================================
RCS file:
/home/cvs/jakarta-jetspeed/src/java/org/apache/jetspeed/modules/actions/portlets/CustomizeSetAction.java,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -r1.42 -r1.43
--- CustomizeSetAction.java 27 May 2003 23:58:41 -0000 1.42
+++ CustomizeSetAction.java 7 Jul 2003 15:21:59 -0000 1.43
@@ -258,7 +258,7 @@
// do not allow panes for wml profiles
if ((!mediaType.equalsIgnoreCase("wml")) && (set.getController() instanceof
PortletSetController))
{
- if (customizedPaneName.equalsIgnoreCase("*"))
+ if (customizedPaneName != null)
{
context.put("allowpane", "true");
}
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]