This is an automated email from the git hooks/post-receive script. New commit to branch feature/2264 in repository wao. See http://git.codelutin.com/wao.git commit 7ab5f4e43329ad91505e74b4f9a153856768615d Author: Brendan Le Ny <bleny@codelutin.com> Date: Wed Dec 24 10:57:10 2014 +0100 Correction d'un lien pour la création d'un utilisateur --- wao-web/src/main/webapp/WEB-INF/content/administration/wao-users.jsp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wao-web/src/main/webapp/WEB-INF/content/administration/wao-users.jsp b/wao-web/src/main/webapp/WEB-INF/content/administration/wao-users.jsp index 57028bd..5cd7db0 100644 --- a/wao-web/src/main/webapp/WEB-INF/content/administration/wao-users.jsp +++ b/wao-web/src/main/webapp/WEB-INF/content/administration/wao-users.jsp @@ -100,7 +100,7 @@ <div class="form-actions"> <s:url action="edit-wao-user!input" id="createWaoUserUrl"> - <s:param name="companyId" value="%{companyId}" /> + <s:param name="organisationId" value="%{waoUsersList.organisation.topiaId}" /> </s:url> <s:a href="%{createWaoUserUrl}" cssClass="btn float-right"> <i class="icon-plus"></i> <s:text name="wao.ui.action.createWaoUser" /> -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.