Repository: roller Updated Branches: refs/heads/bootstrap-ui 5cd3b9be7 -> b335e53b9
Fix front-page weblog selector. Project: http://git-wip-us.apache.org/repos/asf/roller/repo Commit: http://git-wip-us.apache.org/repos/asf/roller/commit/b335e53b Tree: http://git-wip-us.apache.org/repos/asf/roller/tree/b335e53b Diff: http://git-wip-us.apache.org/repos/asf/roller/diff/b335e53b Branch: refs/heads/bootstrap-ui Commit: b335e53b90520b781e17ceab542355d1d9b2193a Parents: 5cd3b9b Author: Dave Johnson <[email protected]> Authored: Sat Mar 25 16:39:13 2017 -0400 Committer: Dave Johnson <[email protected]> Committed: Sat Mar 25 16:39:13 2017 -0400 ---------------------------------------------------------------------- app/src/main/webapp/WEB-INF/jsps/admin/GlobalConfig.jsp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/roller/blob/b335e53b/app/src/main/webapp/WEB-INF/jsps/admin/GlobalConfig.jsp ---------------------------------------------------------------------- diff --git a/app/src/main/webapp/WEB-INF/jsps/admin/GlobalConfig.jsp b/app/src/main/webapp/WEB-INF/jsps/admin/GlobalConfig.jsp index af3e2fc..6097456 100644 --- a/app/src/main/webapp/WEB-INF/jsps/admin/GlobalConfig.jsp +++ b/app/src/main/webapp/WEB-INF/jsps/admin/GlobalConfig.jsp @@ -40,7 +40,7 @@ <%-- special condition for front page blog --%> <s:elseif test="#pd.name == 'site.frontpage.weblog.handle'"> <s:select name="%{#pd.name}" label="%{getText(#pd.key)}" - list="weblogs" listValue="name"/> + list="weblogs" listKey="handle" listValue="name"/> </s:elseif> <%-- "string" type means use a simple textbox --%>
