Author: jleroux
Date: Sun Nov 26 13:19:18 2017
New Revision: 1816381
URL:
http://svn.apache.org/viewvc?rev=1816381&view=revLog:
No functional changes
Typo: removes a ' in EditContentAssoc screen
Removes a redundant entity-one in EditContentAssoc form. This was present before
Apache era:
https://s.apache.org/0GBTModified:
ofbiz/ofbiz-framework/trunk/applications/content/widget/content/ContentForms.xml
ofbiz/ofbiz-framework/trunk/applications/content/widget/content/ContentScreens.xml
Modified: ofbiz/ofbiz-framework/trunk/applications/content/widget/content/ContentForms.xml
URL:
http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/applications/content/widget/content/ContentForms.xml?rev=1816381&r1=1816380&r2=1816381&view=diff==============================================================================
--- ofbiz/ofbiz-framework/trunk/applications/content/widget/content/ContentForms.xml (original)
+++ ofbiz/ofbiz-framework/trunk/applications/content/widget/content/ContentForms.xml Sun Nov 26 13:19:18 2017
@@ -248,14 +248,6 @@ under the License.
<!-- ContentAssoc forms -->
<form name="EditContentAssoc" target="updateContentAssoc" title="" type="single"
header-row-style="header-row" default-table-style="basic-table">
- <actions>
- <entity-one entity-name="ContentAssoc" use-cache="true">
- <field-map field-name="contentId" from-field="contentId"/>
- <field-map field-name="contentIdTo" from-field="contentIdTo"/>
- <field-map field-name="contentAssocTypeId" from-field="contentAssocTypeId"/>
- <field-map field-name="fromDate" from-field="fromDate"/>
- </entity-one>
- </actions>
<auto-fields-entity entity-name="ContentAssoc"/>
<field name="contentId"><display/></field>
<field name="contentIdTo"><display/></field>
Modified: ofbiz/ofbiz-framework/trunk/applications/content/widget/content/ContentScreens.xml
URL:
http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/applications/content/widget/content/ContentScreens.xml?rev=1816381&r1=1816380&r2=1816381&view=diff==============================================================================
--- ofbiz/ofbiz-framework/trunk/applications/content/widget/content/ContentScreens.xml (original)
+++ ofbiz/ofbiz-framework/trunk/applications/content/widget/content/ContentScreens.xml Sun Nov 26 13:19:18 2017
@@ -254,7 +254,7 @@ under the License.
</and>
</condition>
<widgets>
- <screenlet title="${uiLabelMap.PageTitleEditAssociation}'">
+ <screenlet title="${uiLabelMap.PageTitleEditAssociation}">
<include-form name="EditContentAssoc" location="component://content/widget/content/ContentForms.xml"/>
</screenlet>
</widgets>