You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by da...@apache.org on 2015/11/03 10:53:33 UTC

[2/4] isis git commit: ISIS-1195: tiny fix for simpleapp.

ISIS-1195: tiny fix for simpleapp.


Project: http://git-wip-us.apache.org/repos/asf/isis/repo
Commit: http://git-wip-us.apache.org/repos/asf/isis/commit/6fd4f5be
Tree: http://git-wip-us.apache.org/repos/asf/isis/tree/6fd4f5be
Diff: http://git-wip-us.apache.org/repos/asf/isis/diff/6fd4f5be

Branch: refs/heads/master
Commit: 6fd4f5be7e06137dd1129d07bde0754829a2635b
Parents: c610861
Author: Dan Haywood <da...@haywood-associates.co.uk>
Authored: Tue Nov 3 09:34:07 2015 +0000
Committer: Dan Haywood <da...@haywood-associates.co.uk>
Committed: Tue Nov 3 09:34:07 2015 +0000

----------------------------------------------------------------------
 .../src/main/java/domainapp/dom/simple/SimpleObject.layout.json    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/isis/blob/6fd4f5be/example/application/simpleapp/dom/src/main/java/domainapp/dom/simple/SimpleObject.layout.json
----------------------------------------------------------------------
diff --git a/example/application/simpleapp/dom/src/main/java/domainapp/dom/simple/SimpleObject.layout.json b/example/application/simpleapp/dom/src/main/java/domainapp/dom/simple/SimpleObject.layout.json
index 3d5e23f..d6d6012 100644
--- a/example/application/simpleapp/dom/src/main/java/domainapp/dom/simple/SimpleObject.layout.json
+++ b/example/application/simpleapp/dom/src/main/java/domainapp/dom/simple/SimpleObject.layout.json
@@ -32,7 +32,7 @@
                         },
                         "versionSequence": {
                             "propertyLayout": {
-                                "name": "version"
+                                "named": "Version"
                             }
                         }
                     }