[
https://issues.apache.org/jira/browse/ISIS-2813?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17387229#comment-17387229
]
ASF subversion and git services commented on ISIS-2813:
-------------------------------------------------------
Commit fe533857d743bbc70c28fc342f1ad2bc9e7a59f2 in isis's branch
refs/heads/master from danhaywood
[ https://gitbox.apache.org/repos/asf?p=isis.git;h=fe53385 ]
ISIS-2813: improves docs on column order
> 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)