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 5e0d885 fixes #6504 change application title new 844afae supervisor can create client user new f13b8d3 allow supervisor to add client user from ui new 289e7d4 merge changes from develop new 78b17b9 supervisor is able to edit client profile new c489e6a fixes #6308 : Merge branch 'feature/6308-supervisor-can-create-client' into develop The 5 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 c489e6a27a09922fc976f55f73f9ec2bfad8290c Merge: 5e0d885 78b17b9 Author: Yannick Martel <martel@©odelutin.com> Date: Tue Jan 20 15:17:13 2015 +0100 fixes #6308 : Merge branch 'feature/6308-supervisor-can-create-client' into develop commit 78b17b9621323d355d56c65f8564b56c09144f32 Author: Yannick Martel <martel@©odelutin.com> Date: Tue Jan 20 15:11:55 2015 +0100 supervisor is able to edit client profile commit 289e7d4e9928059ad06ebd6e947c4c983a283a5d Merge: f13b8d3 5e0d885 Author: Yannick Martel <martel@©odelutin.com> Date: Tue Jan 20 12:03:02 2015 +0100 merge changes from develop commit f13b8d3bb43a404bd46189546de68a4f73160d0f Author: Yannick Martel <martel@©odelutin.com> Date: Tue Jan 20 11:47:31 2015 +0100 allow supervisor to add client user from ui commit 844afae500a09f5c8fa15c8eb2f5a9c151d641a2 Author: Yannick Martel <martel@©odelutin.com> Date: Mon Jan 19 13:22:46 2015 +0100 supervisor can create client user Summary of changes: .../coselmar/services/v1/UsersWebService.java | 61 ++++++++-- coselmar-ui/src/main/webapp/index.html | 12 +- .../src/main/webapp/js/coselmar-controllers.js | 8 +- .../views/users/{users.html => adminUsers.html} | 14 +-- .../src/main/webapp/views/users/edituser.html | 13 ++- .../users/{users.html => supervisorUsers.html} | 49 ++------ coselmar-ui/src/main/webapp/views/users/users.html | 123 +-------------------- 7 files changed, 95 insertions(+), 185 deletions(-) copy coselmar-ui/src/main/webapp/views/users/{users.html => adminUsers.html} (94%) copy coselmar-ui/src/main/webapp/views/users/{users.html => supervisorUsers.html} (72%) -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.