Author: jleroux
Date: Thu Jan 8 02:36:01 2009
New Revision: 732677
URL: http://svn.apache.org/viewvc?rev=732677&view=rev
Log:
This does not hurt and help
Modified:
ofbiz/trunk/applications/accounting/webapp/accounting/agreement/AgreementForms.xml
ofbiz/trunk/applications/accounting/webapp/accounting/invoice/InvoiceForms.xml
ofbiz/trunk/applications/accounting/webapp/accounting/payment/PaymentForms.xml
ofbiz/trunk/applications/accounting/widget/FinAccountForms.xml
ofbiz/trunk/applications/accounting/widget/ap/forms/VendorForms.xml
ofbiz/trunk/applications/content/widget/content/ContentForms.xml
ofbiz/trunk/applications/content/widget/content/DataResourceForms.xml
ofbiz/trunk/applications/humanres/widget/forms/EmplLeaveForms.xml
ofbiz/trunk/applications/humanres/widget/forms/EmplPositionForms.xml
ofbiz/trunk/applications/humanres/widget/forms/EmploymentAppForms.xml
ofbiz/trunk/applications/humanres/widget/forms/EmploymentForms.xml
ofbiz/trunk/applications/humanres/widget/forms/GlobalHRSettingForms.xml
ofbiz/trunk/applications/humanres/widget/forms/LookupForms.xml
ofbiz/trunk/applications/humanres/widget/forms/PartyQualForms.xml
ofbiz/trunk/applications/humanres/widget/forms/PartyResumeForms.xml
ofbiz/trunk/applications/humanres/widget/forms/PartySkillForms.xml
ofbiz/trunk/applications/humanres/widget/forms/PayGradeForms.xml
ofbiz/trunk/applications/humanres/widget/forms/PerfReviewForms.xml
ofbiz/trunk/applications/humanres/widget/forms/PersonTrainingForms.xml
ofbiz/trunk/applications/marketing/webapp/marketing/contact/ContactListForms.xml
ofbiz/trunk/applications/marketing/webapp/marketing/lookup/LookupForms.xml
ofbiz/trunk/applications/order/webapp/ordermgr/quote/QuoteForms.xml
ofbiz/trunk/applications/order/webapp/ordermgr/request/RequestForms.xml
ofbiz/trunk/applications/order/webapp/ordermgr/requirement/RequirementForms.xml
ofbiz/trunk/applications/order/webapp/ordermgr/return/ReturnForms.xml
ofbiz/trunk/applications/party/webapp/partymgr/lookup/LookupForms.xml
ofbiz/trunk/applications/party/widget/partymgr/PartyInvitationForms.xml
ofbiz/trunk/framework/common/data/CommonTypeData.xml
ofbiz/trunk/framework/example/widget/example/ExampleFeatureForms.xml
ofbiz/trunk/framework/example/widget/example/ExampleForms.xml
ofbiz/trunk/framework/webtools/webapp/webtools/service/ServiceForms.xml
ofbiz/trunk/framework/webtools/webapp/webtools/tempexpr/tempExprForms.xml
ofbiz/trunk/specialpurpose/oagis/widget/forms/MessageInfoForms.xml
ofbiz/trunk/specialpurpose/projectmgr/widget/forms/TimeSheetForms.xml
Modified:
ofbiz/trunk/applications/accounting/webapp/accounting/agreement/AgreementForms.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/accounting/webapp/accounting/agreement/AgreementForms.xml?rev=732677&r1=732676&r2=732677&view=diff
==============================================================================
---
ofbiz/trunk/applications/accounting/webapp/accounting/agreement/AgreementForms.xml
(original)
+++
ofbiz/trunk/applications/accounting/webapp/accounting/agreement/AgreementForms.xml
Thu Jan 8 02:36:01 2009
@@ -43,7 +43,7 @@
<field name="description"
title="${uiLabelMap.Description}"><hidden/></field>
<field name="textData"
title="${uiLabelMap.AccountingTextData}"><hidden/></field>
<field name="thruDate"
title="${uiLabelMap.AccountingThruDate}"><hidden/></field>
- <field name="noConditionFind"><hidden value="Y"/></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="smallSubmit">
<submit button-type="button"/>
</field>
Modified:
ofbiz/trunk/applications/accounting/webapp/accounting/invoice/InvoiceForms.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/accounting/webapp/accounting/invoice/InvoiceForms.xml?rev=732677&r1=732676&r2=732677&view=diff
==============================================================================
---
ofbiz/trunk/applications/accounting/webapp/accounting/invoice/InvoiceForms.xml
(original)
+++
ofbiz/trunk/applications/accounting/webapp/accounting/invoice/InvoiceForms.xml
Thu Jan 8 02:36:01 2009
@@ -23,7 +23,7 @@
<!-- Invoice forms -->
<form name="FindInvoices" type="single" target="findInvoices" title="Find
and list invoices"
header-row-style="header-row" default-table-style="basic-table">
- <field name="noConditionFind"><hidden value="Y"/></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="hideSearch"><hidden value="Y"/></field>
<field name="invoiceId"><text-find default-option="contains"
ignore-case="true"/></field>
<field name="description"><text-find default-option="contains"
ignore-case="true"/></field>
Modified:
ofbiz/trunk/applications/accounting/webapp/accounting/payment/PaymentForms.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/accounting/webapp/accounting/payment/PaymentForms.xml?rev=732677&r1=732676&r2=732677&view=diff
==============================================================================
---
ofbiz/trunk/applications/accounting/webapp/accounting/payment/PaymentForms.xml
(original)
+++
ofbiz/trunk/applications/accounting/webapp/accounting/payment/PaymentForms.xml
Thu Jan 8 02:36:01 2009
@@ -23,7 +23,7 @@
<form name="FindPayments" type="single" target="findPayments"
header-row-style="header-row" default-table-style="basic-table">
- <field name="noConditionFind"><hidden value="Y"/></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="paymentId"><text-find default-option="contains"
ignore-case="true"/></field>
<field name="comments"><text-find default-option="contains"
ignore-case="true"/></field>
<field position="1" name="paymentTypeId">
Modified: ofbiz/trunk/applications/accounting/widget/FinAccountForms.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/accounting/widget/FinAccountForms.xml?rev=732677&r1=732676&r2=732677&view=diff
==============================================================================
--- ofbiz/trunk/applications/accounting/widget/FinAccountForms.xml (original)
+++ ofbiz/trunk/applications/accounting/widget/FinAccountForms.xml Thu Jan 8
02:36:01 2009
@@ -35,7 +35,7 @@
<field name="finAccountCode"><text-find default-option="contains"
ignore-case="true"/></field>
<field name="fromDate"><date-time/></field>
<field name="thruDate"><date-time/></field>
- <field name="noConditionFind"><hidden value="Y"/></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="searchButton" widget-style="smallSubmit"><submit
button-type="button"/></field>
</form>
<form name="ListFinAccounts" type="list" separate-columns="true"
default-entity-name="FinAccount" list-name="listIt"
paginate-target="FindFinAccount" paginate="true"
Modified: ofbiz/trunk/applications/accounting/widget/ap/forms/VendorForms.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/accounting/widget/ap/forms/VendorForms.xml?rev=732677&r1=732676&r2=732677&view=diff
==============================================================================
--- ofbiz/trunk/applications/accounting/widget/ap/forms/VendorForms.xml
(original)
+++ ofbiz/trunk/applications/accounting/widget/ap/forms/VendorForms.xml Thu Jan
8 02:36:01 2009
@@ -62,7 +62,7 @@
<field name="manifestCompanyTitle"
title="${uiLabelMap.PartyManifestCompanyTitle}"
parameter-name="manifestCompanyTitle"><text-find size="25"
default-option="contains"></text-find></field>
<field name="manifestLogoUrl"
title="${uiLabelMap.PartyManifestLogoUrl}"
parameter-name="manifestLogoUrl"><text-find size="25"
default-option="contains"></text-find></field>
<field name="manifestPolicies"
title="${uiLabelMap.PartyManifestPolicies}"
parameter-name="manifestPolicies"><text-find size="25"
default-option="contains"></text-find></field>
- <field name="noConditionFind"><hidden value="Y"/></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="find" title="${uiLabelMap.CommonFind}"><submit/></field>
</form>
</forms>
\ No newline at end of file
Modified: ofbiz/trunk/applications/content/widget/content/ContentForms.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/content/widget/content/ContentForms.xml?rev=732677&r1=732676&r2=732677&view=diff
==============================================================================
--- ofbiz/trunk/applications/content/widget/content/ContentForms.xml (original)
+++ ofbiz/trunk/applications/content/widget/content/ContentForms.xml Thu Jan 8
02:36:01 2009
@@ -24,7 +24,7 @@
<form name="FindContent" target="findContent" title="" type="single"
header-row-style="header-row" default-table-style="basic-table">
<!--auto-fields-entity entity-name="Content" default-field-type="find"
/-->
- <field name="noConditionFind"><hidden value="Y"/></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="contentId"><text-find default-option="contains"
ignore-case="true"/></field>
<field name="contentName"><text-find default-option="contains"
ignore-case="true"/></field>
<field name="description"><text-find default-option="contains"
ignore-case="true"/></field>
Modified: ofbiz/trunk/applications/content/widget/content/DataResourceForms.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/content/widget/content/DataResourceForms.xml?rev=732677&r1=732676&r2=732677&view=diff
==============================================================================
--- ofbiz/trunk/applications/content/widget/content/DataResourceForms.xml
(original)
+++ ofbiz/trunk/applications/content/widget/content/DataResourceForms.xml Thu
Jan 8 02:36:01 2009
@@ -23,7 +23,7 @@
<!-- DataResource forms -->
<form name="FindDataResource" target="findDataResource" type="single"
header-row-style="header-row" default-table-style="basic-table">
- <field name="noConditionFind"><hidden value="Y"/></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="dataResourceId"><text-find default-option="contains"
ignore-case="true"/></field>
<field name="dataResourceName"><text-find default-option="contains"
ignore-case="true"/></field>
<field name="dataResourceTypeId">
@@ -84,7 +84,7 @@
<form name="LookupDataResource" target="LookupDataResource" title=""
type="single"
header-row-style="header-row" default-table-style="basic-table">
<auto-fields-entity entity-name="DataResource"
default-field-type="find"/>
- <field name="noConditionFind"><hidden value="Y"/></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="Lookup"
widget-style="smallSubmit"><submit button-type="button"/></field>
<sort-order>
<field-group>
Modified: ofbiz/trunk/applications/humanres/widget/forms/EmplLeaveForms.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/humanres/widget/forms/EmplLeaveForms.xml?rev=732677&r1=732676&r2=732677&view=diff
==============================================================================
--- ofbiz/trunk/applications/humanres/widget/forms/EmplLeaveForms.xml (original)
+++ ofbiz/trunk/applications/humanres/widget/forms/EmplLeaveForms.xml Thu Jan
8 02:36:01 2009
@@ -29,7 +29,7 @@
<entity-options description="${description}"
key-field-name="leaveTypeId" entity-name="EmplLeaveType"/>
</drop-down>
</field>
- <field name="noConditionFind"><hidden value="Y"/></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="searchButton" widget-style="smallSubmit"><submit
button-type="button"/></field>
</form>
<form name="ListEmplLeaves" type="multi" use-row-submit="true"
separate-columns="true" target="updateEmplLeaveExt?partyId=${partyId}"
list-name="listIt" paginate-target="FindEmplLeaves"
Modified: ofbiz/trunk/applications/humanres/widget/forms/EmplPositionForms.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/humanres/widget/forms/EmplPositionForms.xml?rev=732677&r1=732676&r2=732677&view=diff
==============================================================================
--- ofbiz/trunk/applications/humanres/widget/forms/EmplPositionForms.xml
(original)
+++ ofbiz/trunk/applications/humanres/widget/forms/EmplPositionForms.xml Thu
Jan 8 02:36:01 2009
@@ -232,7 +232,7 @@
</form>
<form name="FindEmplPositions" type="single" target="FindEmplPositions"
header-row-style="header-row" default-table-style="basic-table">
<auto-fields-entity entity-name="EmplPosition"
default-field-type="find"/>
- <field name="noConditionFind"><hidden value="Y"/></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="salaryFlag">
<drop-down allow-empty="false" current="selected">
<option key="Y" description="Y"/>
Modified: ofbiz/trunk/applications/humanres/widget/forms/EmploymentAppForms.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/humanres/widget/forms/EmploymentAppForms.xml?rev=732677&r1=732676&r2=732677&view=diff
==============================================================================
--- ofbiz/trunk/applications/humanres/widget/forms/EmploymentAppForms.xml
(original)
+++ ofbiz/trunk/applications/humanres/widget/forms/EmploymentAppForms.xml Thu
Jan 8 02:36:01 2009
@@ -70,7 +70,7 @@
<set field="referredByPartyId" from-field="parameters.partyId"/>
</actions>
<auto-fields-entity entity-name="EmploymentApp"
default-field-type="find"/>
- <field name="noConditionFind"><hidden value="Y"/></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="emplPositionId"><lookup
target-form-name="LookupEmplPosition"/></field>
<field name="applicationId"><lookup
target-form-name="LookupEmploymentApp"/></field>
<field name="statusId">
Modified: ofbiz/trunk/applications/humanres/widget/forms/EmploymentForms.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/humanres/widget/forms/EmploymentForms.xml?rev=732677&r1=732676&r2=732677&view=diff
==============================================================================
--- ofbiz/trunk/applications/humanres/widget/forms/EmploymentForms.xml
(original)
+++ ofbiz/trunk/applications/humanres/widget/forms/EmploymentForms.xml Thu Jan
8 02:36:01 2009
@@ -44,7 +44,7 @@
</entity-options>
</drop-down>
</field>
- <field name="noConditionFind"><hidden value="Y"/></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="searchButton" widget-style="smallSubmit"><submit
button-type="button"/></field>
</form>
<form name="ListEmploymentsPerson" type="list"
paginate-target="FindEmployments" default-entity-name="EmploymentAndPerson"
list-name="listIt" separate-columns="true"
Modified:
ofbiz/trunk/applications/humanres/widget/forms/GlobalHRSettingForms.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/humanres/widget/forms/GlobalHRSettingForms.xml?rev=732677&r1=732676&r2=732677&view=diff
==============================================================================
--- ofbiz/trunk/applications/humanres/widget/forms/GlobalHRSettingForms.xml
(original)
+++ ofbiz/trunk/applications/humanres/widget/forms/GlobalHRSettingForms.xml Thu
Jan 8 02:36:01 2009
@@ -84,7 +84,7 @@
</form>
<form name="FindEmplPositionTypes" type="single"
header-row-style="header-row" default-table-style="basic-table">
<auto-fields-entity entity-name="EmplPositionType"
default-field-type="find"/>
- <field name="noConditionFind"><hidden value="Y"/></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="emplPositionTypeId">
<drop-down allow-empty="true">
<entity-options entity-name="EmplPositionType"
description="${description}" key-field-name="emplPositionTypeId"/>
Modified: ofbiz/trunk/applications/humanres/widget/forms/LookupForms.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/humanres/widget/forms/LookupForms.xml?rev=732677&r1=732676&r2=732677&view=diff
==============================================================================
--- ofbiz/trunk/applications/humanres/widget/forms/LookupForms.xml (original)
+++ ofbiz/trunk/applications/humanres/widget/forms/LookupForms.xml Thu Jan 8
02:36:01 2009
@@ -30,7 +30,7 @@
</drop-down>
</field>
<field name="customTimePeriodId"><lookup
target-form-name="LookupCustomTimePeriod"/></field>
- <field name="noConditionFind"><hidden value="Y"/></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.CommonLookup}"
widget-style="smallSubmit"><submit button-type="button"/></field>
</form>
<form name="ListBudgets" type="list" list-name="listIt"
paginate-target="LookupBudget"
@@ -56,7 +56,7 @@
</drop-down>
</field>
<field name="budgetId"><lookup
target-form-name="LookupBudget"/></field>
- <field name="noConditionFind"><hidden value="Y"/></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.CommonLookup}"
widget-style="smallSubmit"><submit button-type="button"/></field>
</form>
<form name="ListBudgetItems" type="list" list-name="listIt"
paginate-target="LookupBudgetItem"
@@ -89,7 +89,7 @@
<field name="partyId"><lookup
target-form-name="LookupPartyName"/></field>
<field name="budgetId"><lookup
target-form-name="LookupBudget"/></field>
<field name="budgetItemSeqId"><lookup
target-form-name="LookupBudgetItem"/></field>
- <field name="noConditionFind"><hidden value="Y"/></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.CommonLookup}"
widget-style="smallSubmit"><submit button-type="button"/></field>
</form>
<form name="ListEmplPositions" type="list" list-name="listIt"
paginate-target="LookupEmplPosition"
@@ -113,7 +113,7 @@
header-row-style="header-row" default-table-style="basic-table">
<auto-fields-entity entity-name="TerminationReason"
default-field-type="hidden"/>
<field name="terminationReasonId"
title="${uiLabelMap.HumanResTerminationReasonId}"><text-find/></field>
- <field name="noConditionFind"><hidden value="Y"/></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.CommonLookup}"
widget-style="smallSubmit"><submit button-type="button"/></field>
</form>
<form name="ListTerminationReasons" type="list" list-name="listIt"
paginate-target="LookupEmplPosition"
@@ -133,7 +133,7 @@
header-row-style="header-row" default-table-style="basic-table">
<auto-fields-entity entity-name="SalaryStep"
default-field-type="hidden"/>
<field name="salaryStepSeqId"
title="${uiLabelMap.HumanResLookupSalaryStepSeqId}"><text-find/></field>
- <field name="noConditionFind"><hidden value="Y"/></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.CommonLookup}"
widget-style="smallSubmit"><submit button-type="button"/></field>
</form>
<form name="ListSalarySteps" type="list" list-name="listIt"
paginate-target="LookupSalaryStep"
@@ -153,7 +153,7 @@
header-row-style="header-row" default-table-style="basic-table">
<auto-fields-entity entity-name="SalaryStep"
default-field-type="hidden"/>
<field name="payGradeId"
title="${uiLabelMap.HumanResLookupPayGradeId}"><text-find/></field>
- <field name="noConditionFind"><hidden value="Y"/></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.CommonLookup}"
widget-style="smallSubmit"><submit button-type="button"/></field>
</form>
<form name="ListPayGrades" type="list" list-name="listIt"
paginate-target="LookupPayGrade"
@@ -173,7 +173,7 @@
header-row-style="header-row" default-table-style="basic-table">
<auto-fields-entity entity-name="PayrollPreference"
default-field-type="hidden"/>
<field name="payrollPreferenceSeqId"
title="${uiLabelMap.HumanResLookupPayrollPreferenceSeqId}"><text-find/></field>
- <field name="noConditionFind"><hidden value="Y"/></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.CommonLookup}"
widget-style="smallSubmit"><submit button-type="button"/></field>
</form>
<form name="ListPayRollPreferences" type="list" list-name="listIt"
paginate-target="LookupPayRollPreference"
@@ -193,7 +193,7 @@
header-row-style="header-row" default-table-style="basic-table">
<auto-fields-entity entity-name="UnemploymentClaim"
default-field-type="hidden"/>
<field name="unemploymentClaimId"
title="${uiLabelMap.HumanResLookupUnemploymentClaimId}"><text-find/></field>
- <field name="noConditionFind"><hidden value="Y"/></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.CommonLookup}"
widget-style="smallSubmit"><submit button-type="button"/></field>
</form>
<form name="ListUnemploymentClaims" type="list" list-name="listIt"
paginate-target="LookupUnemploymentClaim"
@@ -213,7 +213,7 @@
header-row-style="header-row" default-table-style="basic-table">
<auto-fields-entity entity-name="AgreementEmploymentAppl"
default-field-type="hidden"/>
<field name="agreementItemSeqId"
title="${uiLabelMap.HumanResLookupAgreementItemSeqId}"><text-find/></field>
- <field name="noConditionFind"><hidden value="Y"/></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.CommonLookup}"
widget-style="smallSubmit"><submit button-type="button"/></field>
</form>
<form name="ListAgreementEmploymentAppls" type="list" list-name="listIt"
paginate-target="LookupAgreementEmploymentAppl"
@@ -233,7 +233,7 @@
header-row-style="header-row" default-table-style="basic-table">
<auto-fields-entity entity-name="PerfReview"
default-field-type="hidden"/>
<field name="perfReviewId"
title="${uiLabelMap.HumanResLookupPerfReviewId}"><text-find/></field>
- <field name="noConditionFind"><hidden value="Y"/></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.CommonLookup}"
widget-style="smallSubmit"><submit button-type="button"/></field>
</form>
<form name="ListPerfReviews" type="list" list-name="listIt"
paginate-target="LookupPerfReview"
@@ -253,7 +253,7 @@
header-row-style="header-row" default-table-style="basic-table">
<auto-fields-entity entity-name="PartyResume"
default-field-type="hidden"/>
<field name="resumeId"
title="${uiLabelMap.HumanResLookupPartyResumeId}"><text-find/></field>
- <field name="noConditionFind"><hidden value="Y"/></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.CommonLookup}"
widget-style="smallSubmit"><submit button-type="button"/></field>
</form>
<form name="ListPartyResumes" type="list" list-name="listIt"
paginate-target="LookupPartyResume"
@@ -273,7 +273,7 @@
header-row-style="header-row" default-table-style="basic-table">
<auto-fields-entity entity-name="EmploymentApp"
default-field-type="hidden"/>
<field name="applicationId"
title="${uiLabelMap.HumanResLookupApplicationId}"><text-find/></field>
- <field name="noConditionFind"><hidden value="Y"/></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.CommonLookup}"
widget-style="smallSubmit"><submit button-type="button"/></field>
</form>
<form name="ListEmploymentApps" type="list" list-name="listIt"
paginate-target="LookupEmploymentApp"
Modified: ofbiz/trunk/applications/humanres/widget/forms/PartyQualForms.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/humanres/widget/forms/PartyQualForms.xml?rev=732677&r1=732676&r2=732677&view=diff
==============================================================================
--- ofbiz/trunk/applications/humanres/widget/forms/PartyQualForms.xml (original)
+++ ofbiz/trunk/applications/humanres/widget/forms/PartyQualForms.xml Thu Jan
8 02:36:01 2009
@@ -22,7 +22,7 @@
xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/widget-form.xsd">
<form name="FindPartyQuals" type="single" target="FindPartyQuals"
header-row-style="header-row" default-table-style="basic-table">
<auto-fields-entity entity-name="PartyQual" default-field-type="find"/>
- <field name="noConditionFind"><hidden value="Y"/></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="partyId"><lookup
target-form-name="LookupPartyName"/></field>
<field name="partyQualTypeId">
<drop-down allow-empty="true">
Modified: ofbiz/trunk/applications/humanres/widget/forms/PartyResumeForms.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/humanres/widget/forms/PartyResumeForms.xml?rev=732677&r1=732676&r2=732677&view=diff
==============================================================================
--- ofbiz/trunk/applications/humanres/widget/forms/PartyResumeForms.xml
(original)
+++ ofbiz/trunk/applications/humanres/widget/forms/PartyResumeForms.xml Thu Jan
8 02:36:01 2009
@@ -22,7 +22,7 @@
xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/widget-form.xsd">
<form name="FindPartyResumes" type="single" target="FindPartyResumes"
header-row-style="header-row" default-table-style="basic-table">
<auto-fields-entity entity-name="PartyResume"
default-field-type="find"/>
- <field name="noConditionFind"><hidden value="Y"/></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="partyId"><lookup
target-form-name="LookupPartyName"/></field>
<field name="contentId"><lookup
target-form-name="LookupContent"/></field>
<field name="resumeId"><lookup
target-form-name="LookupPartyResume"/></field>
Modified: ofbiz/trunk/applications/humanres/widget/forms/PartySkillForms.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/humanres/widget/forms/PartySkillForms.xml?rev=732677&r1=732676&r2=732677&view=diff
==============================================================================
--- ofbiz/trunk/applications/humanres/widget/forms/PartySkillForms.xml
(original)
+++ ofbiz/trunk/applications/humanres/widget/forms/PartySkillForms.xml Thu Jan
8 02:36:01 2009
@@ -34,7 +34,7 @@
<field name="yearsExperience"><text-find/></field>
<field name="rating"><text-find/></field>
<field name="skillLevel"><text-find/></field>
- <field name="noConditionFind"><hidden value="Y"/></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="searchButton" widget-style="smallSubmit"><submit
button-type="button"/></field>
</form>
<form name="ListPartySkills" type="list" list-name="listIt"
use-row-submit="true" separate-columns="true" target="updatePartySkillExt"
paginate-target="findPartySkills"
Modified: ofbiz/trunk/applications/humanres/widget/forms/PayGradeForms.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/humanres/widget/forms/PayGradeForms.xml?rev=732677&r1=732676&r2=732677&view=diff
==============================================================================
--- ofbiz/trunk/applications/humanres/widget/forms/PayGradeForms.xml (original)
+++ ofbiz/trunk/applications/humanres/widget/forms/PayGradeForms.xml Thu Jan 8
02:36:01 2009
@@ -23,7 +23,7 @@
<form name="FindPayGrades" type="single" target="FindPayGrades" title=""
header-row-style="header-row" default-table-style="basic-table">
<auto-fields-service service-name="createPayGrade"
default-field-type="find"/>
- <field name="noConditionFind"><hidden value="Y"/></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="payGradeId"><lookup
target-form-name="LookupPayGrade"/></field>
<field name="searchButton" widget-style="smallSubmit"><submit
button-type="button"/></field>
</form>
Modified: ofbiz/trunk/applications/humanres/widget/forms/PerfReviewForms.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/humanres/widget/forms/PerfReviewForms.xml?rev=732677&r1=732676&r2=732677&view=diff
==============================================================================
--- ofbiz/trunk/applications/humanres/widget/forms/PerfReviewForms.xml
(original)
+++ ofbiz/trunk/applications/humanres/widget/forms/PerfReviewForms.xml Thu Jan
8 02:36:01 2009
@@ -22,7 +22,7 @@
xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/widget-form.xsd">
<form name="FindPerfReviews" type="single" target="FindPerfReviews"
header-row-style="header-row" default-table-style="basic-table">
<auto-fields-entity entity-name="PerfReview"
default-field-type="find"/>
- <field name="noConditionFind"><hidden value="Y"/></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="perfReviewId"><lookup
target-form-name="LookupPerfReview"/></field>
<field name="employeeRoleTypeId"><hidden/></field>
<field name="managerRoleTypeId"><hidden/></field>
Modified: ofbiz/trunk/applications/humanres/widget/forms/PersonTrainingForms.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/humanres/widget/forms/PersonTrainingForms.xml?rev=732677&r1=732676&r2=732677&view=diff
==============================================================================
--- ofbiz/trunk/applications/humanres/widget/forms/PersonTrainingForms.xml
(original)
+++ ofbiz/trunk/applications/humanres/widget/forms/PersonTrainingForms.xml Thu
Jan 8 02:36:01 2009
@@ -31,7 +31,7 @@
</entity-options>
</drop-down>
</field>
- <field name="noConditionFind"><hidden value="Y"/></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="searchButton" widget-style="smallSubmit"><submit
button-type="button"/></field>
</form>
<form name="ListPersonTrainings" type="list" list-name="listIt"
separate-columns="true" target="updatePersonTrainingsExt?partyId=${partyId}"
paginate-target="FindPersonTrainings"
Modified:
ofbiz/trunk/applications/marketing/webapp/marketing/contact/ContactListForms.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/marketing/webapp/marketing/contact/ContactListForms.xml?rev=732677&r1=732676&r2=732677&view=diff
==============================================================================
---
ofbiz/trunk/applications/marketing/webapp/marketing/contact/ContactListForms.xml
(original)
+++
ofbiz/trunk/applications/marketing/webapp/marketing/contact/ContactListForms.xml
Thu Jan 8 02:36:01 2009
@@ -82,7 +82,7 @@
<form name="FindContactLists" target="ListContactLists" title=""
type="single"
header-row-style="header-row" default-table-style="basic-table">
- <field name="noConditionFind"><hidden value="Y"/></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="contactListId"
title="${uiLabelMap.ContactListContactListId}"><text size="20"
maxlength="20"/></field>
<field name="contactListName"
title="${uiLabelMap.ContactListContactListName}"><text-find/></field>
<field name="contactListTypeId"
title="${uiLabelMap.ContactListContactListTypeId}">
Modified:
ofbiz/trunk/applications/marketing/webapp/marketing/lookup/LookupForms.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/marketing/webapp/marketing/lookup/LookupForms.xml?rev=732677&r1=732676&r2=732677&view=diff
==============================================================================
--- ofbiz/trunk/applications/marketing/webapp/marketing/lookup/LookupForms.xml
(original)
+++ ofbiz/trunk/applications/marketing/webapp/marketing/lookup/LookupForms.xml
Thu Jan 8 02:36:01 2009
@@ -75,7 +75,7 @@
</field>
<field name="createdByUserLoginId"><hidden/></field>
<field name="modifiedByUserLoginId"><hidden/></field>
- <field name="noConditionFind"><hidden value="Y"/></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.CommonLookup}"
widget-style="smallSubmit"><submit button-type="button"/></field>
</form>
Modified: ofbiz/trunk/applications/order/webapp/ordermgr/quote/QuoteForms.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/order/webapp/ordermgr/quote/QuoteForms.xml?rev=732677&r1=732676&r2=732677&view=diff
==============================================================================
--- ofbiz/trunk/applications/order/webapp/ordermgr/quote/QuoteForms.xml
(original)
+++ ofbiz/trunk/applications/order/webapp/ordermgr/quote/QuoteForms.xml Thu Jan
8 02:36:01 2009
@@ -71,7 +71,7 @@
<field name="submitButton" title="${uiLabelMap.CommonFind}"
widget-style="smallSubmit">
<submit button-type="button"/>
</field>
- <field name="noConditionFind"><hidden value="Y"/></field>
+ <field name="noConditionFind"><hidden value="Y"/><!-- if this isn't
there then with all fields empty no query will be done --></field>
</form>
<form name="ListQuotes" list-name="listIt" target="" title="" type="list"
odd-row-style="alternate-row" default-table-style="basic-table
hover-bar" paginate-target="FindQuote">
Modified:
ofbiz/trunk/applications/order/webapp/ordermgr/request/RequestForms.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/order/webapp/ordermgr/request/RequestForms.xml?rev=732677&r1=732676&r2=732677&view=diff
==============================================================================
--- ofbiz/trunk/applications/order/webapp/ordermgr/request/RequestForms.xml
(original)
+++ ofbiz/trunk/applications/order/webapp/ordermgr/request/RequestForms.xml Thu
Jan 8 02:36:01 2009
@@ -68,7 +68,7 @@
<field name="submitButton" title="${uiLabelMap.CommonFind}"
widget-style="smallSubmit">
<submit button-type="button"/>
</field>
- <field name="noConditionFind"><hidden value="Y"/></field>
+ <field name="noConditionFind"><hidden value="Y"/><!-- if this isn't
there then with all fields empty no query will be done --></field>
</form>
<form name="ListRequests" type="list" extends="ListRequestList"
list-name="listIt">
Modified:
ofbiz/trunk/applications/order/webapp/ordermgr/requirement/RequirementForms.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/order/webapp/ordermgr/requirement/RequirementForms.xml?rev=732677&r1=732676&r2=732677&view=diff
==============================================================================
---
ofbiz/trunk/applications/order/webapp/ordermgr/requirement/RequirementForms.xml
(original)
+++
ofbiz/trunk/applications/order/webapp/ordermgr/requirement/RequirementForms.xml
Thu Jan 8 02:36:01 2009
@@ -22,7 +22,7 @@
xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/widget-form.xsd">
<form name="FindRequirements" type="single" target="FindRequirements"
title=""
header-row-style="header-row" default-table-style="basic-table">
- <field name="noConditionFind"><hidden value="Y"/></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="hideSearch"><hidden value="Y"/></field>
<field name="requirementId"><text-find/></field>
<field name="requirementTypeId">
Modified: ofbiz/trunk/applications/order/webapp/ordermgr/return/ReturnForms.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/order/webapp/ordermgr/return/ReturnForms.xml?rev=732677&r1=732676&r2=732677&view=diff
==============================================================================
--- ofbiz/trunk/applications/order/webapp/ordermgr/return/ReturnForms.xml
(original)
+++ ofbiz/trunk/applications/order/webapp/ordermgr/return/ReturnForms.xml Thu
Jan 8 02:36:01 2009
@@ -137,7 +137,7 @@
<field name="entryDate" title="${uiLabelMap.OrderEntryDate}">
<date-find/>
</field>
- <field name="noConditionFind"><hidden value="Y"/></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.CommonLookup}"
widget-style="smallSubmit">
<submit button-type="button"/>
</field>
Modified: ofbiz/trunk/applications/party/webapp/partymgr/lookup/LookupForms.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/party/webapp/partymgr/lookup/LookupForms.xml?rev=732677&r1=732676&r2=732677&view=diff
==============================================================================
--- ofbiz/trunk/applications/party/webapp/partymgr/lookup/LookupForms.xml
(original)
+++ ofbiz/trunk/applications/party/webapp/partymgr/lookup/LookupForms.xml Thu
Jan 8 02:36:01 2009
@@ -237,7 +237,7 @@
<field name="lastName"
title="${uiLabelMap.PartyLastName}"><text-find/></field>
<field name="groupName"
title="${uiLabelMap.PartyGroupName}"><text-find/></field>
<field name="createdDate"
title="${uiLabelMap.PartyCreatedDate}"><date-find/></field>
- <field name="noConditionFind"><hidden value="Y"/></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.CommonLookup}"><submit
button-type="button"/></field>
</form>
Modified:
ofbiz/trunk/applications/party/widget/partymgr/PartyInvitationForms.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/party/widget/partymgr/PartyInvitationForms.xml?rev=732677&r1=732676&r2=732677&view=diff
==============================================================================
--- ofbiz/trunk/applications/party/widget/partymgr/PartyInvitationForms.xml
(original)
+++ ofbiz/trunk/applications/party/widget/partymgr/PartyInvitationForms.xml Thu
Jan 8 02:36:01 2009
@@ -36,7 +36,7 @@
</drop-down>
</field>
<field name="performSearch"><hidden value="Y"/></field>
- <field name="noConditionFind"><hidden value="Y"/></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="searchButton" widget-style="smallSubmit"><submit
button-type="button"/></field>
</form>
Modified: ofbiz/trunk/framework/common/data/CommonTypeData.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/framework/common/data/CommonTypeData.xml?rev=732677&r1=732676&r2=732677&view=diff
==============================================================================
--- ofbiz/trunk/framework/common/data/CommonTypeData.xml (original)
+++ ofbiz/trunk/framework/common/data/CommonTypeData.xml Thu Jan 8 02:36:01
2009
@@ -36,7 +36,11 @@
<DataSourceType dataSourceTypeId="CONTENT_CREATION" description="Content
and Data Resource Creation"/>
<DataSource dataSourceId="USER_ENTRY" dataSourceTypeId="CONTENT_CREATION"
description="User Entry"/>
<DataSource dataSourceId="CONTEXT_INDUCTION"
dataSourceTypeId="CONTENT_CREATION" description="Context Induction"/>
-
+
+ <DataSourceType dataSourceTypeId="GEOPOINT_SUPPLIER" description="Name of
GeoPoints publisher"/>
+ <DataSource dataSourceId="GEOPT_GOOGLE"
dataSourceTypeId="GEOPOINT_SUPPLIER" description="Google as GeoPoint supplier"/>
+ <DataSource dataSourceId="GEOPT_YAHOO"
dataSourceTypeId="GEOPOINT_SUPPLIER" description="Yahoo as GeoPoint supplier"/>
+
<StatusType statusTypeId="_NA_" description="Not Applicable"/>
<StatusItem statusId="_NA_" statusTypeId="_NA_" statusCode="_NA_"
sequenceId="0" description="Not Applicable"/>
Modified: ofbiz/trunk/framework/example/widget/example/ExampleFeatureForms.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/framework/example/widget/example/ExampleFeatureForms.xml?rev=732677&r1=732676&r2=732677&view=diff
==============================================================================
--- ofbiz/trunk/framework/example/widget/example/ExampleFeatureForms.xml
(original)
+++ ofbiz/trunk/framework/example/widget/example/ExampleFeatureForms.xml Thu
Jan 8 02:36:01 2009
@@ -22,7 +22,7 @@
xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/widget-form.xsd">
<form name="FindExampleFeatures" type="single" target="FindExampleFeature"
default-entity-name="ExampleFeature">
- <field name="noConditionFind"><hidden value="Y"/></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="exampleFeatureId"
title="${uiLabelMap.ExampleExampleFeatureId}"><text-find/></field>
<field name="description"
title="${uiLabelMap.CommonDescription}"><text-find/></field>
<field name="searchButton" widget-style="smallSubmit"><submit
button-type="button"/></field>
Modified: ofbiz/trunk/framework/example/widget/example/ExampleForms.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/framework/example/widget/example/ExampleForms.xml?rev=732677&r1=732676&r2=732677&view=diff
==============================================================================
--- ofbiz/trunk/framework/example/widget/example/ExampleForms.xml (original)
+++ ofbiz/trunk/framework/example/widget/example/ExampleForms.xml Thu Jan 8
02:36:01 2009
@@ -22,7 +22,7 @@
xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/widget-form.xsd">
<form name="FindExamples" type="single" target="FindExample"
default-entity-name="Example">
- <field name="noConditionFind"><hidden value="Y"/></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="exampleId"
title="${uiLabelMap.ExampleExampleId}"><text-find/></field>
<field name="exampleName"
title="${uiLabelMap.CommonName}"><text-find/></field>
<field name="exampleTypeId" title="${uiLabelMap.CommonType}">
Modified:
ofbiz/trunk/framework/webtools/webapp/webtools/service/ServiceForms.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/framework/webtools/webapp/webtools/service/ServiceForms.xml?rev=732677&r1=732676&r2=732677&view=diff
==============================================================================
--- ofbiz/trunk/framework/webtools/webapp/webtools/service/ServiceForms.xml
(original)
+++ ofbiz/trunk/framework/webtools/webapp/webtools/service/ServiceForms.xml Thu
Jan 8 02:36:01 2009
@@ -55,7 +55,7 @@
</form>
<form name="FindJobs" type="single" target="FindJob"
default-entity-name="JobSandbox">
- <field name="noConditionFind"><hidden value="Y"/></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="jobName"
title="${uiLabelMap.WebtoolsJob}"><text-find/></field>
<field name="jobId" title="${uiLabelMap.CommonId}"><text-find/></field>
<field name="serviceName"
title="${uiLabelMap.WebtoolsServiceName}"><text-find/></field>
Modified:
ofbiz/trunk/framework/webtools/webapp/webtools/tempexpr/tempExprForms.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/framework/webtools/webapp/webtools/tempexpr/tempExprForms.xml?rev=732677&r1=732676&r2=732677&view=diff
==============================================================================
--- ofbiz/trunk/framework/webtools/webapp/webtools/tempexpr/tempExprForms.xml
(original)
+++ ofbiz/trunk/framework/webtools/webapp/webtools/tempexpr/tempExprForms.xml
Thu Jan 8 02:36:01 2009
@@ -32,7 +32,7 @@
<list-options list-name="expressionTypeList" key-name="value"
description="description"/>
</drop-down>
</field> -->
- <field name="noConditionFind"><hidden value="Y"/></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}"><submit
button-type="button"/></field>
</form>
Modified: ofbiz/trunk/specialpurpose/oagis/widget/forms/MessageInfoForms.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/oagis/widget/forms/MessageInfoForms.xml?rev=732677&r1=732676&r2=732677&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/oagis/widget/forms/MessageInfoForms.xml
(original)
+++ ofbiz/trunk/specialpurpose/oagis/widget/forms/MessageInfoForms.xml Thu Jan
8 02:36:01 2009
@@ -35,7 +35,7 @@
<form name="FindMessageInfos" type="single" target="FindMessageInfo"
header-row-style="header-row" default-table-style="basic-table">
<auto-fields-entity entity-name="OagisMessageInfo"
default-field-type="find"/>
- <field name="noConditionFind"><hidden value="Y"/></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="smallSubmit">
<submit button-type="button"/>
</field>
@@ -76,7 +76,7 @@
<form name="FindMessageErrorInfos" type="single"
target="FindMessageErrorInfo"
header-row-style="header-row" default-table-style="basic-table">
<auto-fields-entity entity-name="OagisMessageErrorInfo"
default-field-type="find"/>
- <field name="noConditionFind"><hidden value="Y"/></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="smallSubmit">
<submit button-type="button"/>
</field>
Modified: ofbiz/trunk/specialpurpose/projectmgr/widget/forms/TimeSheetForms.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/projectmgr/widget/forms/TimeSheetForms.xml?rev=732677&r1=732676&r2=732677&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/projectmgr/widget/forms/TimeSheetForms.xml
(original)
+++ ofbiz/trunk/specialpurpose/projectmgr/widget/forms/TimeSheetForms.xml Thu
Jan 8 02:36:01 2009
@@ -82,7 +82,7 @@
</form>
<form name="FindTimeSheet" target="FindTimeSheet" title="" type="single"
header-row-style="header-row" default-table-style="basic-table">
- <field name="noConditionFind"><hidden value="Y"/></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="timesheetId"><text-find default-option="contains"
ignore-case="true"/></field>
<field name="comments"><text-find default-option="contains"
ignore-case="true"/></field>
<field name="partyId" title="${uiLabelMap.PartyParty}">