You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@isis.apache.org by "Daniel Keir Haywood (Jira)" <ji...@apache.org> on 2021/07/22 08:18:00 UTC

[jira] [Resolved] (ISIS-2813) TableColumnOrderingService using files

     [ https://issues.apache.org/jira/browse/ISIS-2813?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Daniel Keir Haywood resolved ISIS-2813.
---------------------------------------
    Resolution: Fixed

> TableColumnOrderingService using files
> --------------------------------------
>
>                 Key: ISIS-2813
>                 URL: https://issues.apache.org/jira/browse/ISIS-2813
>             Project: Isis
>          Issue Type: New Feature
>          Components: Isis Core
>    Affects Versions: 2.0.0-M5
>            Reporter: Daniel Keir Haywood
>            Assignee: Daniel Keir Haywood
>            Priority: Major
>             Fix For: 2.0.0-M6
>
>
> where the file is named "Customer#orders.columnOrder.txt" (for Customer#orders) and looks like:
> {code:java}
> orderNum
> placedOn
> shipTo
> numItems{code}
> in other words the properties of the referenced entity Order to show as columns in the Customer's orders collection.
> and similarly for standalone collections of `Customer.columnOrder.txt`:
> {code:java}
> customerNum
> lastName
> status
> addressPostcode{code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)