toaditi opened a new pull request, #1184:
URL: https://github.com/apache/ofbiz-framework/pull/1184

   ### Summary
   - Backport the OFBIZ-12561 payment menu cleanup to the `release24.09` branch.
   - Remove the `findPayment` item from `PaymentTabBar`, which removes the 
extra Find action above the Find Payment screen while retaining the search form 
submit button.
   
   ### 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`
   
   ### Note
   - The local Gradle hook could not complete in this environment because only 
JDK 11 is installed, while the branch requires Java 17 source compatibility 
(`invalid source release: 17`).


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to