From 94c9f07b5678c52da37731bb187903ab732fb6dc Mon Sep 17 00:00:00 2001 From: Nabil Adouani Date: Sat, 23 May 2020 18:20:59 +0200 Subject: [PATCH] #1316 Display user profile using .profile instead of .role --- frontend/app/views/components/org/orgSwitch.modal.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/app/views/components/org/orgSwitch.modal.html b/frontend/app/views/components/org/orgSwitch.modal.html index dcdec4f1ec..54be7e1218 100644 --- a/frontend/app/views/components/org/orgSwitch.modal.html +++ b/frontend/app/views/components/org/orgSwitch.modal.html @@ -19,7 +19,7 @@ ng-class="{'active': $dialog.currentUser.organisation === item.organisation}" ng-repeat="item in $dialog.currentUser.organisations | filter:$modal.filter track by $index">

{{item.organisation}} (current)

-

Profile: {{item.role}}

+

Profile: {{item.profile}}