- fix for import/export of TestUU_Trl
- fix for server stuck in loop when recent item doesn't have Record_UU
06:16:19.829===========> UiEngineImpl.handleError: [131]
java.lang.IllegalArgumentException: Invalid null or blank UU - Must pass valid UU
at org.compiere.model.PO.loadByUU(PO.java:1486)
at org.compiere.model.MTable.getPOByUU(MTable.java:684)
at org.compiere.model.MRecentItem.getLabel(MRecentItem.java:360)
at org.adempiere.webui.dashboard.DPRecentItems.refresh(DPRecentItems.java:275)
at org.adempiere.webui.dashboard.DPRecentItems.updateUI(DPRecentItems.java:333)
- fix for scripts to avoid errors when the table doesn't have the ID column, for example updating AD_Ref_Table throws error because there is no AD_Ref_Table_ID
* IDEMPIERE-5932 Update English top-level menu names and window names to better support new user adoption
* - fix minor typo
* - implement suggestions from Heng Sin
- fix favourites showing the name as tooltip instead of the description
---------
Co-authored-by: Chuck Boecking <chuck@chuboe.com>
- CleanOrphanCascade is failing when there are orphan change log records for M_InOutLineMA or other non-ID tables
- MoveClient is failing when there are AD_PInstance orphan records (because of the recently added AD_Table_ID reference)
* IDEMPIERE-5782 Generated Shipments/MR and Invoices with Invalid Sales Rep
- Fix same issue with RMA
* - add the callout validations also on beforeSave
* IDEMPIERE-5936 Slow performance creating MR/Invoice Lines using CREATE LINES FROM.. in process M_InOut/C_Invoice_CreateFromProcess
* IDEMPIERE-5936 Slow performance creating MR/Invoice Lines using CREATE LINES FROM.. in process M_InOut/C_Invoice_CreateFromProcess
* IDEMPIERE-5567 Support of UUID as Key (FHCA-4195)
- fix issue creating a new record by calling table.getPO(0, trxName)
when the table is UUID then create the new record calling the corresponding UUID method
* - remove unnecessary condition
* IDEMPIERE-5567 Support of UUID as Key (FHCA-4195)
- Manage translation for UUID based tables
- Enable 2Pack Import UUID based tables with translation
- Create ad_package_imp_detail.Record_UU
- Create test table TestUU_Trl
* - Fix Synchronize Doc Translation
* IDEMPIERE-5934 : Read only Chosen Multiple Selection List fields can be updated using Assistant
* IDEMPIERE-5934 : Read only Chosen Multiple Selection List fields can be updated using Assistant #2
* IDEMPIERE-5929 - Fix replace tab method to add a window if there is no refTab reference
* IDEMPIERE-5929 - Removes unnecessary NPE handling when replacing tabs
* IDEMPIERE-5929 - Adjust code indentation/style
* IDEMPIERE-5929 - Restores NPE handling for replacing tabs
* IDEMPIERE-5929 - Reverts changes on WindowContainer
This commit reverts three other commits:
4433f834f5a3892aec2c1486e30b846fbf957f8f
c6c6d2abf9a44d51f41d68a9e3e18ae04863435c
64916156eb43da481601889837df8571a5e1d596