This is an automated email from the ASF dual-hosted git repository.
pawan pushed a commit to branch trunk
in repository
https://gitbox.apache.org/repos/asf/ofbiz-framework.gitThe following commit(s) were added to refs/heads/trunk by this push:
new 932e28d Improved: UI/UX issues found with Find Agreements screen(OFBIZ-10373)
932e28d is described below
commit 932e28d4440383d4a8d7bed7b686e7e65dfcc5fc
Author: Pawan Verma <
[hidden email]>
AuthorDate: Sat Jul 11 10:22:08 2020 +0530
Improved: UI/UX issues found with Find Agreements screen(OFBIZ-10373)
Thanks, Aayush for the report and Pritam for the patch and Pierre for the review.
---
applications/accounting/widget/AgreementForms.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/applications/accounting/widget/AgreementForms.xml b/applications/accounting/widget/AgreementForms.xml
index ce5653c..6807c2a 100644
--- a/applications/accounting/widget/AgreementForms.xml
+++ b/applications/accounting/widget/AgreementForms.xml
@@ -93,7 +93,7 @@ under the License.
<field name="agreementDate" title="${uiLabelMap.AccountingAgreementDate}"><hidden/></field>
<field name="textData" title="${uiLabelMap.AccountingTextData}"><hidden/></field>
<field name="description" sort-field="true"></field>
- <field name="cancelLink" title=" " widget-style="buttontext">
+ <field name="cancelLink" title=" " widget-style="buttontext" ignore-when="${thruDate != ''}">
<hyperlink description="${uiLabelMap.CommonCancel}" target="cancelAgreement" also-hidden="false">
<parameter param-name="agreementId"/>
</hyperlink>