Author: bleny Date: 2014-03-31 17:17:20 +0200 (Mon, 31 Mar 2014) New Revision: 1780 Url: http://forge.codelutin.com/projects/wao/repository/revisions/1780 Log: refs #4483 show link to create contact only when it's possible Modified: trunk/wao-web/src/main/webapp/WEB-INF/content/obsmer/sampling-plan.jsp Modified: trunk/wao-web/src/main/webapp/WEB-INF/content/obsmer/sampling-plan.jsp =================================================================== --- trunk/wao-web/src/main/webapp/WEB-INF/content/obsmer/sampling-plan.jsp 2014-03-31 15:11:56 UTC (rev 1779) +++ trunk/wao-web/src/main/webapp/WEB-INF/content/obsmer/sampling-plan.jsp 2014-03-31 15:17:20 UTC (rev 1780) @@ -465,7 +465,7 @@ <s:text name="wao.ui.action.viewAssociatedContacts" /> </s:a> </li> - <s:if test="authenticatedWaoUser.authorizedToCreateContact && isNewContactCreatable"> + <s:if test="authenticatedWaoUser.authorizedToCreateContact && newContactCreatable"> <li> <s:url action="contacts" id="createAssociatedContactUrl"> <s:param name="sampleRowIds" value="sampleRowId" />