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 2020/01/26 14:41:00 UTC

[jira] [Created] (ISIS-2272) Simplify @HomePage support - just use as annotation on type, not for an action.

Daniel Keir Haywood created ISIS-2272:
-----------------------------------------

             Summary: 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
             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)