Fixed
Details
Assignee
Heng Sin LowHeng Sin LowReporter
Heng Sin LowHeng Sin LowComponents
Fix versions
Priority
Major
Details
Details
Assignee
Heng Sin Low
Heng Sin LowReporter
Heng Sin Low
Heng Sin LowComponents
Fix versions
Priority
Created March 21, 2024 at 2:19 PM
Updated May 2, 2024 at 12:02 PM
Resolved March 27, 2024 at 5:07 PM
Issues:
GridWindowVO.get(…)
Return cached GridWindowVO instance that might not be correct for current session context. In other word, it has the possibility to return GridWindowVO for other role or with different Show* preference.
GridWindowVO.create(..)
Doesn’t use of cache for GridWindowVO and doesn’t use cache for GridTabVO.
Call by AEnv.getMWindowVO that uses session level cache for GridWindowVO.
Changes:
Consolidate GridWindowVO.get and GridWindowVO.create, always use cached GridWindowVO instance. To avoid issue with role and session context settings, change the code to cache the GridWindowVO instance that haven’t goes through role and session context processing.
Add GridTabVO cache. Following the same pattern, cache the GridTabVO instance that haven’t goes through role and session context processing.