Fixed bugs from last commit and in ExceptionNotification-config.
This commit is contained in:
parent
0a2a79237a
commit
aec93d4b73
4 changed files with 6 additions and 5 deletions
|
|
@ -24,5 +24,5 @@
|
|||
%td=h user.email if @current_user.role_admin? || user.settings["profile.emailIsPublic"] == '1'
|
||||
%td=h user.phone if @current_user.role_admin? || user.settings["profile.phoneIsPublic"] == '1'
|
||||
%td=h user.ordergroup_name
|
||||
%td=h groups.select { |group| !group.is_a?(Ordergroup) }.collect(&:name).join(', ')
|
||||
%td=h user.workgroups.collect(&:name).join(', ')
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue