##// END OF EJS Templates
alert_channels: allow binding to resources
ergo -
Show More
@@ -79,7 +79,7 b' class AlertChannel(Base, BaseModel):'
79 79 secondary=channel_rules_m2m_table,
80 80 backref='channels')
81 81 resources = sa.orm.relationship('Resource',
82 cascade="all, delete-orphan",
82 cascade="all",
83 83 passive_deletes=True,
84 84 passive_updates=True,
85 85 secondary=channel_resources_m2m_table,
General Comments 2
Under Review
author

Auto status change to "Under Review"

Rejected

Please use: https://github.com/Appenlight/appenlight to contribute :) Thanks !

You need to be logged in to leave comments. Login now