Temp disable Amelia theme to avoid bad UX
Project: http://git-wip-us.apache.org/repos/asf/isis/repo Commit: http://git-wip-us.apache.org/repos/asf/isis/commit/248f9a6e Tree: http://git-wip-us.apache.org/repos/asf/isis/tree/248f9a6e Diff: http://git-wip-us.apache.org/repos/asf/isis/diff/248f9a6e Branch: refs/heads/master Commit: 248f9a6eb68a22ab28e7f08183ff549fe5f30773 Parents: 4798133 Author: bibryam <red2KIDS> Authored: Mon Oct 17 11:29:37 2016 +0100 Committer: Dan Haywood <[email protected]> Committed: Thu Oct 27 00:02:57 2016 +0100 ---------------------------------------------------------------------- .../webapp/src/main/webapp/WEB-INF/viewer_wicket.properties | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/isis/blob/248f9a6e/example/application/simpleapp/webapp/src/main/webapp/WEB-INF/viewer_wicket.properties ---------------------------------------------------------------------- diff --git a/example/application/simpleapp/webapp/src/main/webapp/WEB-INF/viewer_wicket.properties b/example/application/simpleapp/webapp/src/main/webapp/WEB-INF/viewer_wicket.properties index 5ed15f9..7b72fb1 100644 --- a/example/application/simpleapp/webapp/src/main/webapp/WEB-INF/viewer_wicket.properties +++ b/example/application/simpleapp/webapp/src/main/webapp/WEB-INF/viewer_wicket.properties @@ -91,7 +91,8 @@ isis.viewer.wicket.themes.showChooser=true # #isis.viewer.wicket.themes.enabled=bootstrap-theme,Cosmo,Flatly,Darkly,Sandstone,United - +# ISIS-1520 Temporarily disable the broken Amelia theme and list all other themes +isis.viewer.wicket.themes.enabled=bootstrap-theme, Cerulean, Cosmo, Cyborg, Darkly, Flatly, Journal, Lumen, Paper, Readable, Sandstone, Simplex, Slate, Spacelab, Superhero, United, Yeti # # whether to automatically select dependent choice when the choice it depends upon changes.
