Skip to content
Failed

Changes

Summary

  1. Fixes #461 Expand to master table is failing if $select doesn't include the expanded column (#462) (commit: 7af0833) (details)
  2. Fixes #458 ImportCSVProcess API vs WebUI Discrepancy (#459) (commit: 2a415aa) (details)
  3. Fix issue with #458 when login with Org=0 (#465) (commit: bbb6814) (details)
Commit 7af0833493d11830450660f95621d5b106947796 by noreply
Fixes #461 Expand to master table is failing if $select doesn't include the expanded column (#462)

* Fixes #461 Expand to master table is failing if $select doesn't include the expanded column

* - implement suggestion from Heng Sin, sync calls with latest change on IDEMPIERE-6122
(commit: 7af0833)
The file was modifiedcom.trekglobal.idempiere.rest.api/src/com/trekglobal/idempiere/rest/api/json/expand/ExpandParser.java
Commit 2a415aa75999537a6d6e1a873f80bda71b6f1480 by noreply
Fixes #458 ImportCSVProcess API vs WebUI Discrepancy (#459)

* Fixes #458 ImportCSVProcess API vs WebUI Discrepancy

* - add NPE protection suggested by coderabbitai

* - remove duplicated call
(commit: 2a415aa)
The file was modifiedcom.trekglobal.idempiere.rest.api/src/com/trekglobal/idempiere/rest/api/json/RestUtils.java
Commit bbb68144c86e35b54d47d6fd6f291acac93071c9 by noreply
Fix issue with #458 when login with Org=0 (#465)

(commit: bbb6814)
The file was modifiedcom.trekglobal.idempiere.rest.api/src/com/trekglobal/idempiere/rest/api/json/RestUtils.java