Author: buscob
Date: Sun Sep 19 07:19:03 2010
New Revision: 998605
URL:
http://svn.apache.org/viewvc?rev=998605&view=revLog:
Fields in Portlet attribute editing forms should be accessed directly and not from the "attributeMap".
This change should be extended to all other Portlet attribute edit forms
Modified:
ofbiz/trunk/applications/content/widget/content/ContentForms.xml
Modified: ofbiz/trunk/applications/content/widget/content/ContentForms.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/content/widget/content/ContentForms.xml?rev=998605&r1=998604&r2=998605&view=diff==============================================================================
--- ofbiz/trunk/applications/content/widget/content/ContentForms.xml (original)
+++ ofbiz/trunk/applications/content/widget/content/ContentForms.xml Sun Sep 19 07:19:03 2010
@@ -649,7 +649,7 @@ under the License.
</field>
</form>
<form name="EditShowContentPortlet" extends="CommonPortletEdit" extends-resource="component://common/widget/PortletEditForms.xml">
- <field name="contentId" entry-name="attributeMap.contentId">
+ <field name="contentId">
<drop-down>
<entity-options description="${contentName}" entity-name="Content">
<entity-constraint name="contentTypeId" operator="equals" value="DOCUMENT"/>