Author: jnicolas
Date: Fri Mar 30 16:01:26 2018
New Revision: 1828071
URL:
http://svn.apache.org/viewvc?rev=1828071&view=revLog:
Improved: open the SQL screen straight to ofbiz instead of tenant
OFBIZ-10323
Just define the default selected id in the dropdown list
Modified:
ofbiz/ofbiz-framework/trunk/framework/webtools/widget/EntityForms.xml
Modified: ofbiz/ofbiz-framework/trunk/framework/webtools/widget/EntityForms.xml
URL:
http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/framework/webtools/widget/EntityForms.xml?rev=1828071&r1=1828070&r2=1828071&view=diff==============================================================================
--- ofbiz/ofbiz-framework/trunk/framework/webtools/widget/EntityForms.xml (original)
+++ ofbiz/ofbiz-framework/trunk/framework/webtools/widget/EntityForms.xml Fri Mar 30 16:01:26 2018
@@ -71,7 +71,7 @@ under the License.
<form name="EntitySQLCommand" target="EntitySQLProcessor">
<field name="group" title="${uiLabelMap.CommonGroup}">
- <drop-down allow-empty="false">
+ <drop-down no-current-selected-key="org.apache.ofbiz">
<list-options list-name="groups" key-name="group" description="${group}"/>
</drop-down>
</field>