FEATURE: Filter topic and post web hook events by tags (#6726)

* FEATURE: Filter topic and post web hook events by tags

* Add a spec test with unmatched tags
This commit is contained in:
Vinoth Kannan
2018-12-05 14:44:06 +05:30
committed by GitHub
parent 1a71f98d28
commit d33d031742
11 changed files with 72 additions and 0 deletions

View File

@ -10,6 +10,7 @@ class AdminWebHookSerializer < ApplicationSerializer
:web_hook_event_types
has_many :categories, serializer: BasicCategorySerializer, embed: :ids, include: false
has_many :tags, key: :tag_names, serializer: TagSerializer, embed: :ids, embed_key: :name, include: false
has_many :groups, serializer: BasicGroupSerializer, embed: :ids, include: false
def web_hook_event_types