svn commit: r1849027 - /ofbiz/ofbiz-plugins/trunk/example/widget/example/FormWidgetExampleForms.xml

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

svn commit: r1849027 - /ofbiz/ofbiz-plugins/trunk/example/widget/example/FormWidgetExampleForms.xml

jleroux@apache.org
Author: jleroux
Date: Sun Dec 16 13:14:30 2018
New Revision: 1849027

URL: http://svn.apache.org/viewvc?rev=1849027&view=rev
Log:
Improved: In widget forms display element has not time type
(OFBIZ-6731)

bq. <date-time input-method="time-dropdown"
is used instead we have 11 matches in code.

Removes the occurrence in example component

Modified:
    ofbiz/ofbiz-plugins/trunk/example/widget/example/FormWidgetExampleForms.xml

Modified: ofbiz/ofbiz-plugins/trunk/example/widget/example/FormWidgetExampleForms.xml
URL: http://svn.apache.org/viewvc/ofbiz/ofbiz-plugins/trunk/example/widget/example/FormWidgetExampleForms.xml?rev=1849027&r1=1849026&r2=1849027&view=diff
==============================================================================
--- ofbiz/ofbiz-plugins/trunk/example/widget/example/FormWidgetExampleForms.xml (original)
+++ ofbiz/ofbiz-plugins/trunk/example/widget/example/FormWidgetExampleForms.xml Sun Dec 16 13:14:30 2018
@@ -66,14 +66,6 @@ under the License.
             <date-time type="date"/>
         </field>
         <!-- ***************** -->
-        <!-- ***   field3  *** -->
-        <!-- ***************** -->
-        <field name="field3"
-               title="${uiLabelMap.ExampleDateField3Title}"
-               tooltip="${uiLabelMap.ExampleToDo}" tooltip-style="button-text">
-            <date-time type="time"/>
-        </field>
-        <!-- ***************** -->
         <!-- ***   field4  *** -->
         <!-- ***************** -->
         <field name="field4"