branch develop updated (19ba20f -> 3290654)
This is an automated email from the git hooks/post-receive script. New change to branch develop in repository coselmar. See http://git.codelutin.com/coselmar.git from 19ba20f fix unit test for login new 3290654 Refs #6308 : Change information text for supervisor admin page The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Detailed log of new commits: commit 3290654b645e0c0c1140b7ddc6f236ed586e56a8 Author: Léo Kaufmann <kaufmann@codelutin.com> Date: Wed Jan 21 16:47:54 2015 +0100 Refs #6308 : Change information text for supervisor admin page Summary of changes: coselmar-ui/src/main/webapp/views/users/newuser.html | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.
This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository coselmar. See http://git.codelutin.com/coselmar.git commit 3290654b645e0c0c1140b7ddc6f236ed586e56a8 Author: Léo Kaufmann <kaufmann@codelutin.com> Date: Wed Jan 21 16:47:54 2015 +0100 Refs #6308 : Change information text for supervisor admin page --- coselmar-ui/src/main/webapp/views/users/newuser.html | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/coselmar-ui/src/main/webapp/views/users/newuser.html b/coselmar-ui/src/main/webapp/views/users/newuser.html index ae13e0e..bf6d60b 100644 --- a/coselmar-ui/src/main/webapp/views/users/newuser.html +++ b/coselmar-ui/src/main/webapp/views/users/newuser.html @@ -26,7 +26,7 @@ <h2>Add new user</h2> </div> - <div class="info-panel"> + <div class="info-panel" ng-if="currentUser.role == 'ADMIN'"> Create new user, with one of following roles : <ul> <li>Supervisor : Kind of big manager, who relays member/client question and assigns expert on questions</li> @@ -35,6 +35,9 @@ <li>Client</li> </ul> </div> + <div class="info-panel" ng-if="currentUser.role == 'SUPERVISOR'"> + Create new user with Client role + </div> <div style="padding-bottom: 50px" ng-include="src='views/users/edituser.html'"> -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.
participants (1)
-
codelutin.com scm