[ 
https://issues.apache.org/jira/browse/ISIS-1731?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16174547#comment-16174547
 ] 

ASF subversion and git services commented on ISIS-1731:
-------------------------------------------------------

Commit 7f15b185379496ffffac30eb9bece3352cc62b3f in isis's branch 
refs/heads/master from [~danhaywood]
[ https://git-wip-us.apache.org/repos/asf?p=isis.git;h=7f15b18 ]

Merge branch 'ISIS-1731' of https://github.com/hobrom/isis into ISIS-1731_pr-94


> @Property(hidden=Where.PARENTED_TABLES) does not render correctly in 
> standalone collection view
> -----------------------------------------------------------------------------------------------
>
>                 Key: ISIS-1731
>                 URL: https://issues.apache.org/jira/browse/ISIS-1731
>             Project: Isis
>          Issue Type: Bug
>          Components: Core
>    Affects Versions: 1.15.0
>            Reporter: Andi Huber
>            Assignee: Dan Haywood
>             Fix For: 1.15.1
>
>
> Having a tree-structure of a domain class _A_ with persistent parent child 
> relationship, there seems to be an issue with rendering the parent property 
> column, when asking for a standalone collection view (of a list of these 
> objects). The +parent+ column is present, but the column's cells are empty. 
> {code:java}
> class A {
>       @Property(hidden=Where.PARENTED_TABLES) 
>       @Column(allowsNull="true")
>       @Getter @Setter
>       private A parent;
>       
>       @Property
>       @Persistent(mappedBy="parent")
>       @Getter @Setter 
>       private SortedSet<A> children;
>       
> }
> {code}
> Strangely, if we switch to the excel view and download the collection, the 
> cells of the parent column are filled in as expected. And this is no CSS 
> issue (of hiding elements in the DOM), because there the corresponding HTML 
> tags are actually empty.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

Reply via email to