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 2014/10/25 12:01:54 UTC

git commit: ISIS-933: reverting new RO properties for todoapp.

Repository: isis
Updated Branches:
  refs/heads/master d8492e284 -> b688d5eb5


ISIS-933: reverting new RO properties for todoapp.


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

Branch: refs/heads/master
Commit: b688d5eb5e7cdb506a7bbb3d0d8435ff389684f1
Parents: d8492e2
Author: Dan Haywood <da...@haywood-associates.co.uk>
Authored: Sat Oct 25 11:01:41 2014 +0100
Committer: Dan Haywood <da...@haywood-associates.co.uk>
Committed: Sat Oct 25 11:01:41 2014 +0100

----------------------------------------------------------------------
 .../src/main/webapp/WEB-INF/viewer_restfulobjects.properties  | 7 -------
 1 file changed, 7 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/isis/blob/b688d5eb/example/application/todoapp/webapp/src/main/webapp/WEB-INF/viewer_restfulobjects.properties
----------------------------------------------------------------------
diff --git a/example/application/todoapp/webapp/src/main/webapp/WEB-INF/viewer_restfulobjects.properties b/example/application/todoapp/webapp/src/main/webapp/WEB-INF/viewer_restfulobjects.properties
index 6fc3d72..0a85fb6 100644
--- a/example/application/todoapp/webapp/src/main/webapp/WEB-INF/viewer_restfulobjects.properties
+++ b/example/application/todoapp/webapp/src/main/webapp/WEB-INF/viewer_restfulobjects.properties
@@ -41,33 +41,26 @@ isis.viewer.restfulobjects.RestfulObjectsSpecEventSerializer.baseUrl=http://loca
 # (on the object representation only)
 # Takes precedence over the other 'suppress' below.
 #isis.viewer.restfulobjects.objectPropertyValuesOnly=true
-isis.viewer.restfulobjects.objectPropertyValuesOnly=true
 
 # whether to suppress "describedby" links.  Defaults to false.
 #isis.viewer.restfulobjects.suppressDescribedByLinks=true
-isis.viewer.restfulobjects.suppressDescribedByLinks=true
 
 # whether to suppress "update" links.  Defaults to false.
 #isis.viewer.restfulobjects.suppressUpdateLink=true
-isis.viewer.restfulobjects.suppressUpdateLink=true
 
 # whether to suppress "id" json-prop for object members.  Defaults to false.
 #isis.viewer.restfulobjects.suppressMemberId=true
-isis.viewer.restfulobjects.suppressMemberId=true
 
 # whether to suppress "links" json-prop for object members
 # (on the object representation only).  Defaults to false.
 #isis.viewer.restfulobjects.suppressMemberLinks=true
-isis.viewer.restfulobjects.suppressMemberLinks=true
 
 # whether to suppress "extensions" json-prop for object members
 # (on the object representation only).  Defaults to false.
 #isis.viewer.restfulobjects.suppressMemberExtensions=true
-isis.viewer.restfulobjects.suppressMemberExtensions=true
 
 # whether to suppress "disabledReason" json-prop for object members
 # (on the object representation only).  Defaults to false.
 #isis.viewer.restfulobjects.suppressMemberDisabledReason=true
-isis.viewer.restfulobjects.suppressMemberDisabledReason=true
 
 ###############################################################################