Daniel Keir Haywood created CAUSEWAY-3599:
---------------------------------------------
Summary: Extend TableColumnOrderService so that parented
collections also fallback to use Xxx.columnOrder.txt
Key: CAUSEWAY-3599
URL: https://issues.apache.org/jira/browse/CAUSEWAY-3599
Project: Causeway
Issue Type: New Feature
Components: Core
Affects Versions: 2.0.0-RC2
Reporter: Daniel Keir Haywood
Assignee: Daniel Keir Haywood
Fix For: 2.0.0-RC3
Currently the TableColumnOrderServiceUsingTxtFile employs the following logic:
* for standalone collections, read from ClassName.columnOrder.txt
* for parented collections, read from ClassName.collectionId.columnOrder.txt
This refinement is to use the former as a fallback for the latter, ie
* for parented collections
** first attempt to read from ClassName.collectionId.columnOrder.txt
** otherwise, read from ClassName.columnOrder.txt
--
This message was sent by Atlassian Jira
(v8.20.10#820010)