You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@isis.apache.org by "Andi Huber (Jira)" <ji...@apache.org> on 2022/08/04 13:41:00 UTC

[jira] [Created] (ISIS-3112) Custom per-Member Value Semantics does not honor OneToMany Associations

Andi Huber created ISIS-3112:
--------------------------------

             Summary: Custom per-Member Value Semantics does not honor OneToMany Associations
                 Key: ISIS-3112
                 URL: https://issues.apache.org/jira/browse/ISIS-3112
             Project: Isis
          Issue Type: Bug
          Components: Isis Core
            Reporter: Andi Huber
            Assignee: Andi Huber


Eg. 
{code:java}
@Collection
@ValueSemantics(provider = "pretty-render")
public List<ChangesDto> coll() { ... }
{code}
has no effect.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)