Show More
@@ -146,7 +146,7 b' class SlackIntegrationType(IntegrationTy' | |||||
146 | widget='checkbox_list', |
|
146 | widget='checkbox_list', | |
147 | choices=sorted([e.name for e in cls.valid_events]), |
|
147 | choices=sorted([e.name for e in cls.valid_events]), | |
148 | description="Events activated for this integration", |
|
148 | description="Events activated for this integration", | |
149 | default=[e.name for e in cls.valid_events], |
|
149 | # default=[e.name for e in cls.valid_events], | |
150 | name='events' |
|
150 | name='events' | |
151 | )) |
|
151 | )) | |
152 | return schema |
|
152 | return schema |
General Comments 0
You need to be logged in to leave comments.
Login now