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 91242fb566146501c746543d73eba8980d0e1ed9 Author: Yannick Martel <martel@©odelutin.com> Date: Tue Dec 16 11:57:17 2014 +0100 review question wiew and access to documents --- coselmar-ui/src/main/webapp/js/coselmar-controllers.js | 2 +- coselmar-ui/src/main/webapp/views/questions/viewquestion.html | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/coselmar-ui/src/main/webapp/js/coselmar-controllers.js b/coselmar-ui/src/main/webapp/js/coselmar-controllers.js index f106eeb..0611296 100644 --- a/coselmar-ui/src/main/webapp/js/coselmar-controllers.js +++ b/coselmar-ui/src/main/webapp/js/coselmar-controllers.js @@ -662,7 +662,7 @@ coselmarControllers.controller("QuestionCtrl", ['$scope', '$route', '$routeParam } }); return isClient; - } + }; }]); diff --git a/coselmar-ui/src/main/webapp/views/questions/viewquestion.html b/coselmar-ui/src/main/webapp/views/questions/viewquestion.html index 14e7c78..2962379 100644 --- a/coselmar-ui/src/main/webapp/views/questions/viewquestion.html +++ b/coselmar-ui/src/main/webapp/views/questions/viewquestion.html @@ -138,8 +138,8 @@ </div> </div> - <div class="form-group col-md-12" ng-if="currentUser.role == 'SUPERVISOR' - || (currentUser.role == 'EXPERT' && !isClient) "> + <div class="form-group col-md-12" + ng-if="currentUser.role == 'SUPERVISOR' || isCurrentParticipant "> <dl> <dt>Related Documents</dt> -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.