You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by jl...@apache.org on 2022/08/30 11:26:50 UTC

[ofbiz-framework] branch trunk updated: Fixed: Add auto-parameters-form option to on-event-update-area link in xml form (OFBIZ-12684)

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

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


The following commit(s) were added to refs/heads/trunk by this push:
     new 055007fec7 Fixed: Add auto-parameters-form option to on-event-update-area link in xml form (OFBIZ-12684)
055007fec7 is described below

commit 055007fec7c9e5261b5c285426bd0998a0553796
Author: Jacques Le Roux <ja...@les7arts.com>
AuthorDate: Tue Aug 30 13:25:59 2022 +0200

    Fixed: Add auto-parameters-form option to on-event-update-area link in xml form (OFBIZ-12684)
    
    This should possibly fixes a DTD issue put in with the feature as reported by
    UtilXml:
    A schema cannot contain two global components with the same name; this schema
    contains two occurrences of
    'http://ofbiz.apache.org/Widget-Form,auto-parameters-form'.
---
 framework/widget/dtd/widget-form.xsd | 1 -
 1 file changed, 1 deletion(-)

diff --git a/framework/widget/dtd/widget-form.xsd b/framework/widget/dtd/widget-form.xsd
index 6351f0c813..3b482a3aae 100644
--- a/framework/widget/dtd/widget-form.xsd
+++ b/framework/widget/dtd/widget-form.xsd
@@ -618,7 +618,6 @@ under the License.
             </xs:attribute>
         </xs:complexType>
     </xs:element>
-    <xs:element name="auto-parameters-form"/>
 
   <!-- ================== FIELDS ==================== -->
     <xs:element name="AllFields" abstract="true"/>