removing new 'active' logic for the time being (#505)
This commit is contained in:
parent
851d74da3d
commit
9ac1756011
|
@ -118,8 +118,7 @@ class Certificate(db.Model):
|
|||
|
||||
@property
|
||||
def active(self):
|
||||
if self.endpoints:
|
||||
return True
|
||||
return self.notify
|
||||
|
||||
@hybrid_property
|
||||
def expired(self):
|
||||
|
|
Loading…
Reference in New Issue