* IDEMPIERE-6316: Wrong Name on RecordInfo panel when the value of the column is Context
* IDEMPIERE-6316: Wrong Name on RecordInfo panel when the value of the column is Context
Change all translate to getElement
* IDEMPIERE-6316: Wrong Name on RecordInfo panel when the value of the column is Context - patch from Carlos
Co-Authored-By: Carlos Ruiz <carg67@gmail.com>
---------
Co-authored-by: Carlos Ruiz <carg67@gmail.com>
* IDEMPIERE-6314 Issues with attachment on System records
* - change approach to make it read-only
* - support for UUID key tables
- IDEMPIERE-5567 fix for the PO.is_new method
* IDEMPIERE-6295 OIDC SSO: logout not working for Amazon Cognito
* IDEMPIERE-6295 OIDC SSO: logout not working for Amazon Cognito
- Fix logout for keycloak and azure
* Fix RelatedInfoWindow Order By
The info's default Order By clause must be separated by a comma if there is a user-entered order
* raise exception
---------
Co-authored-by: Carlos Ruiz <carg67@gmail.com>
* IDEMPIERE-6257: WListbox cannot add total line for Integer
* IDEMPIERE-6257: WListbox cannot add total line for Integer
implement Carlos's suggestion (to reduce number of lines)
Co-Authored-By: Carlos Ruiz <carg67@gmail.com>
---------
Co-authored-by: Carlos Ruiz <carg67@gmail.com>
* IDEMPIERE-6146 Recently access menu item: minor refresh refinement
* IDEMPIERE-6146 Recently access menu item: minor refresh refinement
- Fix handling of "enter" key
- allow generating permalink also for multi-key tables using UUID
- use TableName instead of AD_Table_ID for permalink
- add zoom condition to role for access tables on non-system tenants
- on copy select, prefer to generate using ID than UUID when possible - is easier when copying a select that is needed to search also for children
* IDEMPIERE-2981 Implement JSON Field type
- Fix the JSON Editor, is sending to the database the value non prettified
* - Fix issue adding a JSON column with log migration script enabled
When logging migration script the Convert layer is applied, and we didn't implement Convert for the JSON column
* IDEMPIERE-6227 Cannot add a column with spaces on the default value (Convert layer logging migration script)
* IDEMPIERE-2981 - Implement JSON Field Type
* IDEMPIERE-2981 - Added field to the Test Window and Unit Tests
* IDEMPIERE-2981 - Fixed migration scripts
* IDEMPIERE-2981 - Changed oracle json syntax
* IDEMPIERE-2981 - Increased the number of lines of jsonData test field
* IDEMPIERE-2981 - Validate and Prettify JSON string on the field editor
* IDEMPIERE-2981 - Support for oracle
* IDEMPIERE-2981 - Applied patch from Carlos Ruiz
- fix export and import for UUID based tables
- fix ExportAction creating temporary files with the wrong extension
- fix export and import of multi-selection fields IDEMPIERE-6143