Author: jleroux Date: Wed May 19 07:35:42 2010 New Revision: 946072 URL: http://svn.apache.org/viewvc?rev=946072&view=rev Log: "Applied fix from trunk for revision: 946066" ------------------------------------------------------------------------ r946066 | jleroux | 2010-05-19 09:29:28 +0200 (mer. 19 mai 2010) | 3 lignes
A patch from Ankit Jain "Allow to open a layer lookup from a layer lookup recursively" (https://issues.apache.org/jira/browse/OFBIZ-3693) - OFBIZ-3693 This patch fixes a specific issue in WorkEffort lookup (signaled by Sascha yesterday: button style) ------------------------------------------------------------------------ Modified: ofbiz/branches/release10.04/ (props changed) ofbiz/branches/release10.04/applications/workeffort/widget/LookupForms.xml Propchange: ofbiz/branches/release10.04/ ------------------------------------------------------------------------------ --- svn:mergeinfo (original) +++ svn:mergeinfo Wed May 19 07:35:42 2010 @@ -1,3 +1,3 @@ /ofbiz/branches/addbirt:831210-885099,885686-886087 /ofbiz/branches/multitenant20100310:921280-927264 -/ofbiz/trunk:939988,939990,939999,940025,940053,940234,940248,940309,940401,940410,940425,940779,940815,940849,941007,941047,941109,941177,941199,941261,941440,941600,941999,942084,942406,942414,942671,942883-942884,943168,943271-943272,944614,944621,944623,944647,944669,944797,944895,945010,945018,945026,945118,945573,945578,945580,945582,945610,945619,945848,945852,945857,946061 +/ofbiz/trunk:939988,939990,939999,940025,940053,940234,940248,940309,940401,940410,940425,940779,940815,940849,941007,941047,941109,941177,941199,941261,941440,941600,941999,942084,942406,942414,942671,942883-942884,943168,943271-943272,944614,944621,944623,944647,944669,944797,944895,945010,945018,945026,945118,945573,945578,945580,945582,945610,945619,945848,945852,945857,946061,946066 Modified: ofbiz/branches/release10.04/applications/workeffort/widget/LookupForms.xml URL: http://svn.apache.org/viewvc/ofbiz/branches/release10.04/applications/workeffort/widget/LookupForms.xml?rev=946072&r1=946071&r2=946072&view=diff ============================================================================== --- ofbiz/branches/release10.04/applications/workeffort/widget/LookupForms.xml (original) +++ ofbiz/branches/release10.04/applications/workeffort/widget/LookupForms.xml Wed May 19 07:35:42 2010 @@ -88,7 +88,7 @@ under the License. <field name="noteId"><ignored/></field> <field name="noConditionFind"><hidden value="Y"/><!-- if this isn't there then with all fields empty no query will be done --></field> - <field name="submitButton" title="${uiLabelMap.CommonFind}" widget-style="buttontext"><submit button-type="text-link"/></field> + <field name="submitButton" title="${uiLabelMap.CommonFind}" widget-style="buttontext"><submit button-type="button"/></field> </form> <form name="lookupWorkEffortShort" target="LookupWorkEffortShort" title="" type="single" header-row-style="header-row" default-table-style="basic-table">

