mod actions: add options to filter /mod_actions by subject.
This commit is contained in:
@@ -67,12 +67,10 @@ class ModAction < ApplicationRecord
|
||||
ip_ban_delete: 162,
|
||||
ip_ban_undelete: 163,
|
||||
mass_update: 1000, # XXX unused
|
||||
bulk_revert: 1001, # XXX unused
|
||||
other: 2000,
|
||||
}
|
||||
|
||||
def self.model_types
|
||||
%w[Artist Comment CommentVote ForumPost ForumTopic IpBan ModerationReport Pool Post PostVote Tag TagAlias TagImplication User UserFeedback]
|
||||
%w[Artist Comment CommentVote ForumPost ForumTopic IpBan ModerationReport Pool Post PostVote Tag TagAlias TagImplication User]
|
||||
end
|
||||
|
||||
def self.visible(user)
|
||||
|
||||
Reference in New Issue
Block a user