Description
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
Attachments
Issue Links
- links to