branch develop updated (2410946 -> 91242fb)
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 2410946 review access on question new 91242fb review question wiew and access to documents 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 91242fb566146501c746543d73eba8980d0e1ed9 Author: Yannick Martel <martel@©odelutin.com> Date: Tue Dec 16 11:57:17 2014 +0100 review question wiew and access to documents Summary of changes: 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(-) -- 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 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>.
participants (1)
-
codelutin.com scm