fix up find as you type for the invite into PM function

allow mods to remove users from a PM
This commit is contained in:
Sam
2013-06-18 17:17:01 +10:00
parent 2eb1cc220c
commit 80c42753e1
17 changed files with 119 additions and 26 deletions
+1 -1
View File
@@ -23,7 +23,7 @@ class TopicViewSerializer < ApplicationSerializer
end
def self.guardian_attributes
[:can_moderate, :can_edit, :can_delete, :can_invite_to, :can_move_posts]
[:can_moderate, :can_edit, :can_delete, :can_invite_to, :can_move_posts, :can_remove_allowed_users]
end
attributes *topic_attributes