You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by bu...@apache.org on 2013/11/22 13:29:54 UTC

svn commit: r887677 - in /websites/staging/isis/trunk: cgi-bin/ content/ content/core/dynamic-layouts.html

Author: buildbot
Date: Fri Nov 22 12:29:54 2013
New Revision: 887677

Log:
Staging update by buildbot for isis

Modified:
    websites/staging/isis/trunk/cgi-bin/   (props changed)
    websites/staging/isis/trunk/content/   (props changed)
    websites/staging/isis/trunk/content/core/dynamic-layouts.html

Propchange: websites/staging/isis/trunk/cgi-bin/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Fri Nov 22 12:29:54 2013
@@ -1 +1 @@
-1544486
+1544513

Propchange: websites/staging/isis/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Fri Nov 22 12:29:54 2013
@@ -1 +1 @@
-1544486
+1544513

Modified: websites/staging/isis/trunk/content/core/dynamic-layouts.html
==============================================================================
--- websites/staging/isis/trunk/content/core/dynamic-layouts.html (original)
+++ websites/staging/isis/trunk/content/core/dynamic-layouts.html Fri Nov 22 12:29:54 2013
@@ -444,13 +444,16 @@ public class ToDoItem {
         {
             span: 6,
             collections: {                          // ordered map of collections
-                dependencies: {                     // collection, with associated    actions
+                dependencies: {                     // collection, with associated actions
                     actions: {                      
                         add:{},
                         delete: {}
                     },
                     paged: {                        // pagination hint [new in 1.4.0-SNAPSHOT]
                         value: 10                   // 10 items to a page 
+                    },
+                    render: {                       // rendering hint [new in 1.4.0-SNAPSHOT]
+                        value: EAGERLY
                     }
                 },
                 similarItems: {}                    // collection, no associated actions