Author: bleny Date: 2014-06-12 17:52:57 +0200 (Thu, 12 Jun 2014) New Revision: 2031 Url: http://forge.codelutin.com/projects/wao/repository/revisions/2031 Log: fixes #5210 remove call to inexistent java method Modified: trunk/wao-web/src/main/webapp/WEB-INF/content/obsmer/edit-contact-input.jsp Modified: trunk/wao-web/src/main/webapp/WEB-INF/content/obsmer/edit-contact-input.jsp =================================================================== --- trunk/wao-web/src/main/webapp/WEB-INF/content/obsmer/edit-contact-input.jsp 2014-06-12 15:28:10 UTC (rev 2030) +++ trunk/wao-web/src/main/webapp/WEB-INF/content/obsmer/edit-contact-input.jsp 2014-06-12 15:52:57 UTC (rev 2031) @@ -195,16 +195,14 @@ cssClass="input-large" /> - <s:if test="authenticatedWaoUser.isAuthorizedToDisplayContactSecondaryObservers(updateContactCommand.contact)"> - <s:select name="updateContactCommand.secondaryObserverIds" - value="%{updateContactCommand.secondaryObserverIds}" - label="%{getText('wao.ui.field.Contact.secondaryObservers')}" - list="observers" - multiple="true" - disabled="%{!#editObservers}" - cssClass="input-xlarge" - /> - </s:if> + <s:select name="updateContactCommand.secondaryObserverIds" + value="%{updateContactCommand.secondaryObserverIds}" + label="%{getText('wao.ui.field.Contact.secondaryObservers')}" + list="observers" + multiple="true" + disabled="%{!#editObservers}" + cssClass="input-xlarge" + /> </fieldset>
participants (1)
-
bleny@users.forge.codelutin.com