[
https://issues.apache.org/jira/browse/OFBIZ-12561?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18079523#comment-18079523
]
ASF subversion and git services commented on OFBIZ-12561:
---------------------------------------------------------
Commit 4dcf8eac52d68d8800321523f4eb7d1655d1bb71 in ofbiz-framework's branch
refs/heads/trunk from toaditi
[ https://gitbox.apache.org/repos/asf?p=ofbiz-framework.git;h=4dcf8eac52 ]
OFBIZ-12561 Remove duplicate payment find action (#1178)
### Summary
- Remove the `findPayment` item from `PaymentTabBar`.
- This removes the extra Find action above the Find Payment screen while
retaining the search form submit button.
### Issue
- https://issues.apache.org/jira/browse/OFBIZ-12561
### Verification
- `XML_CATALOG_FILES=framework/widget/dtd/widget-catalog.xml xmllint
--noout --schema framework/widget/dtd/widget-menu.xsd
applications/accounting/widget/AccountingMenus.xml`
- XPath check: `PaymentTabBar` `findPayment` menu item count is `0`
- XPath check: `FindPayments` form `searchButton` submit count is `1`
- Pre-push Gradle hook: `BUILD SUCCESSFUL`
> Payment Find screen shows unnecessary 'find' trigger
> ----------------------------------------------------
>
> Key: OFBIZ-12561
> URL: https://issues.apache.org/jira/browse/OFBIZ-12561
> Project: OFBiz
> Issue Type: Bug
> Components: accounting
> Affects Versions: 24.09.05
> Reporter: Pierre Smits
> Assignee: Aditi Patel
> Priority: Minor
> Labels: consistency, user-experience
>
> When accessing [https://localhost:8443/accounting/control/findPayments] a
> trigger is shown to access the Payment Find screen. This is redundant.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)