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 2015/05/29 12:25:00 UTC

svn commit: r1682414 - /ofbiz/trunk/framework/widget/dtd/widget-form.xsd

Author: jleroux
Date: Fri May 29 10:25:00 2015
New Revision: 1682414

URL: http://svn.apache.org/r1682414
Log:
Better documentation for <<Lookup fields break when used with a form having skip-start="true">> https://issues.apache.org/jira/browse/OFBIZ-6139

I also improved the description of the Jira. Thanks to Pierre Smits's questions who tried the feature.

Modified:
    ofbiz/trunk/framework/widget/dtd/widget-form.xsd

Modified: ofbiz/trunk/framework/widget/dtd/widget-form.xsd
URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/widget/dtd/widget-form.xsd?rev=1682414&r1=1682413&r2=1682414&view=diff
==============================================================================
--- ofbiz/trunk/framework/widget/dtd/widget-form.xsd (original)
+++ ofbiz/trunk/framework/widget/dtd/widget-form.xsd Fri May 29 10:25:00 2015
@@ -924,7 +924,8 @@ under the License.
             <xs:attribute type="xs:string" name="form-name">
                 <xs:annotation>
                     <xs:documentation>
-                        The name of the parent form, needed at least for lookups when using skip-start="true"
+                        The name of the parent form. This is needed for lookups of children forms.
+                        The parent form being the first form with skip-end="true" which precedes the children forms (with skip-start="true").
                         Must be set also on the related field if description-field-name is used.
                     </xs:documentation>
                 </xs:annotation>