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
|
@property
|
||||||
def active(self):
|
def active(self):
|
||||||
if self.endpoints:
|
return self.notify
|
||||||
return True
|
|
||||||
|
|
||||||
@hybrid_property
|
@hybrid_property
|
||||||
def expired(self):
|
def expired(self):
|
||||||
|
|
Loading…
Reference in New Issue