Fixed bugs from last commit and in ExceptionNotification-config.

This commit is contained in:
Benjamin Meichsner 2009-02-02 17:12:08 +01:00
parent 0a2a79237a
commit aec93d4b73
4 changed files with 6 additions and 5 deletions

View file

@ -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(', ')