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 2013/02/15 10:30:43 UTC

git commit: ISIS-335: fixing maxTitleLength setting in example app properties file

Updated Branches:
  refs/heads/master 74f30f466 -> 33077ba43


ISIS-335: fixing maxTitleLength setting in example app properties file

* accidentally left set to 3 instead of 12.


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

Branch: refs/heads/master
Commit: 33077ba4346fd0b1a2b133cdec214bef9672faf1
Parents: 74f30f4
Author: Dan Haywood <da...@apache.org>
Authored: Fri Feb 15 09:30:11 2013 +0000
Committer: Dan Haywood <da...@apache.org>
Committed: Fri Feb 15 09:30:11 2013 +0000

----------------------------------------------------------------------
 .../main/webapp/WEB-INF/viewer_wicket.properties   |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/isis/blob/33077ba4/example/application/quickstart_wicket_restful_jdo/viewer-webapp/src/main/webapp/WEB-INF/viewer_wicket.properties
----------------------------------------------------------------------
diff --git a/example/application/quickstart_wicket_restful_jdo/viewer-webapp/src/main/webapp/WEB-INF/viewer_wicket.properties b/example/application/quickstart_wicket_restful_jdo/viewer-webapp/src/main/webapp/WEB-INF/viewer_wicket.properties
index 9deff07..ce4d72b 100644
--- a/example/application/quickstart_wicket_restful_jdo/viewer-webapp/src/main/webapp/WEB-INF/viewer_wicket.properties
+++ b/example/application/quickstart_wicket_restful_jdo/viewer-webapp/src/main/webapp/WEB-INF/viewer_wicket.properties
@@ -26,4 +26,4 @@
 # For example, if set to 12, the title
 # "Buy milk on 15-Feb-13" will be truncated to "Buy milk ..."
 #
-isis.viewer.wicket.maxTitleLengthInTables=3
+isis.viewer.wicket.maxTitleLengthInTables=12