[ https://issues.apache.org/jira/browse/ISIS-2272?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17023889#comment-17023889 ]
ASF subversion and git services commented on ISIS-2272: ------------------------------------------------------- Commit e89bdf6c2485ec80bef3c7c6b91ec52a20d8015c in isis's branch refs/heads/master from danhaywood [ https://gitbox.apache.org/repos/asf?p=isis.git;h=e89bdf6 ] ISIS-2272: fixes home page support if there is no home page > Simplify @HomePage support - just use as annotation on type, not for an > action. > ------------------------------------------------------------------------------- > > Key: ISIS-2272 > URL: https://issues.apache.org/jira/browse/ISIS-2272 > Project: Isis > Issue Type: Improvement > Reporter: Daniel Keir Haywood > Assignee: Daniel Keir Haywood > Priority: Minor > Fix For: 2.0.0 > > > For two reasons: > * first, because almost always a home page will be a view model, so the only > thing that this change does not support - which is to display the results of > an action being arbitrary standalone collections - can be easily simulated as > the parented collection of a view model > * second, because the current implementation to support @HomePage on actions > requires a dummy helper class that exposes this action into the metamodel, > but it is also exposed in the REST API, which is not ideal. > -- This message was sent by Atlassian Jira (v8.3.4#803005)