01/02: C'est le coordinateur qui doit renseigner la date de réception et la date de traitement
This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository wao. See http://git.codelutin.com/wao.git commit 5597bb5a0670dd50aefcfe96c9957ecb38336d54 Author: Brendan Le Ny <bleny@codelutin.com> Date: Tue Jan 13 17:20:53 2015 +0100 C'est le coordinateur qui doit renseigner la date de réception et la date de traitement --- wao-web/src/main/webapp/WEB-INF/content/edit-contact-input.jsp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wao-web/src/main/webapp/WEB-INF/content/edit-contact-input.jsp b/wao-web/src/main/webapp/WEB-INF/content/edit-contact-input.jsp index 1793618..a8ce752 100644 --- a/wao-web/src/main/webapp/WEB-INF/content/edit-contact-input.jsp +++ b/wao-web/src/main/webapp/WEB-INF/content/edit-contact-input.jsp @@ -361,13 +361,13 @@ <s:textfield name="updateContactCommand.contact.sampleReception" label="%{getText('wao.ui.field.Contact.sampleReception')}" placeholder="%{getDatePlaceholder()}" - disabled="%{!#editObservationReport}" + disabled="%{!#editObservationReport || !authenticatedWaoUser.coordinator}" cssClass="date"/> <s:textfield name="updateContactCommand.contact.sampleTreatment" label="%{getText('wao.ui.field.Contact.sampleTreatment')}" placeholder="%{getDatePlaceholder()}" - disabled="%{!#editObservationReport}" + disabled="%{!#editObservationReport || !authenticatedWaoUser.coordinator}" cssClass="date"/> </s:if> -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.
participants (1)
-
codelutin.com scm