This is an automated email from the ASF dual-hosted git repository.

jleroux pushed a commit to branch release18.12
in repository https://gitbox.apache.org/repos/asf/ofbiz-framework.git

commit a929846ea20485cdb1c25978a4fa7a2fb65ecd56
Author: Jacques Le Roux <jacques.le.r...@les7arts.com>
AuthorDate: Sat Feb 13 18:07:23 2021 +0100

    Fixed: issue put in with r1160964 (9 years, 5 months ago)
    
    Fixes a syntax issue spotted while testing FreeMarker 2.3.31
---
 applications/content/widget/contentsetup/ContentSetupForms.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/applications/content/widget/contentsetup/ContentSetupForms.xml 
b/applications/content/widget/contentsetup/ContentSetupForms.xml
index b3b4db7..355cc84 100644
--- a/applications/content/widget/contentsetup/ContentSetupForms.xml
+++ b/applications/content/widget/contentsetup/ContentSetupForms.xml
@@ -18,7 +18,7 @@ specific language governing permissions and limitations
 under the License.
 -->
 
-<forms xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
+<forms xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
         xmlns="http://ofbiz.apache.org/Widget-Form"; 
xsi:schemaLocation="http://ofbiz.apache.org/Widget-Form 
http://ofbiz.apache.org/dtds/widget-form.xsd";>
     <!-- ContentType forms -->
     <form name="AddContentType" target="addContentType" title="" type="single"
@@ -214,7 +214,7 @@ under the License.
     <form name="UpdateContentPurposeOperation" target="" title="" type="list" 
list-name="contentList"
         odd-row-style="alternate-row" header-row-style="header-row-2" 
default-table-style="basic-table hover-bar">
         <actions>
-            <entity-one entity-name="ContentPurposeOperation" 
use-cache="false"/>
+            <entity-condition entity-name="ContentPurposeOperation" 
use-cache="false"/>
         </actions>
         <auto-fields-service service-name="updateContentPurposeOperation" 
default-field-type="display"/>
         <field name="deleteLink" title=" " widget-style="buttontext">

Reply via email to