This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository scmwebeditor. See http://git.nuiton.org/scmwebeditor.git commit aa90c3cd778d4dadc78a3f30e1dd74975eef2a53 Author: Hugo PIGEON <hpigeon@codelutin.com> Date: Fri Jun 12 18:12:50 2015 +0200 Fix the bug when changing the language on the image viewer --- swe-ui-web/src/main/webapp/WEB-INF/content/imageViewer.jsp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/swe-ui-web/src/main/webapp/WEB-INF/content/imageViewer.jsp b/swe-ui-web/src/main/webapp/WEB-INF/content/imageViewer.jsp index 0ea9986..6c96988 100644 --- a/swe-ui-web/src/main/webapp/WEB-INF/content/imageViewer.jsp +++ b/swe-ui-web/src/main/webapp/WEB-INF/content/imageViewer.jsp @@ -91,7 +91,7 @@ <img src="img/flag-i18n-uk.png"/> </s:if> <s:else> - <s:a action="edit.action" namespace="/"> + <s:a action="viewImage.action" namespace="/"> <s:param name="address"><s:property value="address"/></s:param> <s:param name="scmType"><s:property value="scmType"/></s:param> <s:param name="selectedBranch"><s:property value="selectedBranch"/></s:param> @@ -107,7 +107,7 @@ <img src="img/flag-i18n-fr.png"/> </s:if> <s:else> - <s:a action="edit.action" namespace="/"> + <s:a action="viewImage.action" namespace="/"> <s:param name="address"><s:property value="address"/></s:param> <s:param name="scmType"><s:property value="scmType"/></s:param> <s:param name="selectedBranch"><s:property value="selectedBranch"/></s:param> -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.