Merge branch 'develop' of git.znuny.com:zammad/zammad into develop
This commit is contained in:
commit
55c45b15c4
1 changed files with 1 additions and 1 deletions
|
@ -82,7 +82,7 @@ returns
|
|||
=end
|
||||
|
||||
def self.signup_role_ids
|
||||
Role.where(active: true, default_at_signup: true).map(&:id)
|
||||
signup_roles.map(&:id)
|
||||
end
|
||||
|
||||
=begin
|
||||
|
|
Loading…
Reference in a new issue