You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@isis.apache.org by "ASF subversion and git services (JIRA)" <ji...@apache.org> on 2013/11/22 12:14:35 UTC

[jira] [Commented] (ISIS-601) Extend the JSON format so that the @Paged annotation can be specified for collections.

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

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

Commit 6084ae6d0f072fe2134220dbab7ab02dfeaf59ac in branch refs/heads/master from [~danhaywood]
[ https://git-wip-us.apache.org/repos/asf?p=isis.git;h=6084ae6 ]

ISIS-600, ISIS-601: paged facet in layout JSON

along with internal refactoring of format of properties file.


> Extend the JSON format so that the @Paged annotation can be specified for collections.
> --------------------------------------------------------------------------------------
>
>                 Key: ISIS-601
>                 URL: https://issues.apache.org/jira/browse/ISIS-601
>             Project: Isis
>          Issue Type: New Feature
>          Components: Archetype: ToDoApp WRJ, Core
>    Affects Versions: archtype-quickstart-wrj-1.3.1, core-1.3.0
>            Reporter: Dan Haywood
>            Assignee: Dan Haywood
>            Priority: Minor
>             Fix For: archetype-quickstart-wrj-1.4.0, core-1.4.0
>
>
> thus:
>     {
>         span: 6,
>         collections: {
>             dependencies: {
>                 actions: { ... }
>                     add:{},
>                     remove: {}
>                 },
>                 paged: {
>                     value: 5
>                 }
>             },
>             similarTo: {}
>         }
>     }
> Note the new "paged" node.



--
This message was sent by Atlassian JIRA
(v6.1#6144)