##// END OF EJS Templates
slack: make selected events default to off
dan -
r426:367d4e88 default
parent child Browse files
Show More
@@ -146,7 +146,7 b' class SlackIntegrationType(IntegrationTy'
146 146 widget='checkbox_list',
147 147 choices=sorted([e.name for e in cls.valid_events]),
148 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 150 name='events'
151 151 ))
152 152 return schema
General Comments 0
You need to be logged in to leave comments. Login now