Details
-
Bug
-
Status: Open
-
Resolution: Unresolved
-
1.4b2-dev / CVS
-
None
-
None
-
Operating System: Other
Platform: Other
-
14893
Description
There's a collision of parameter names in default Customizer when the portlet
customized uses
parameters with the same name as those used by the Customizer,
like "action".
This cause the
customizer to save the incorrect parameter value in the portlet
entry.
This can be easily
fixed by adding a namespace to the customized parameters like
"param_<paramName>" to avoid
these collisions.