removing unintended commit
This commit is contained in:
parent
8c9a1df2cf
commit
96b2149433
|
@ -46,10 +46,10 @@ class PendingCertificateOutputSchema(LemurOutputSchema):
|
|||
|
||||
# Note aliasing is the first step in deprecating these fields.
|
||||
notify = fields.Boolean()
|
||||
active = fields.Boolean(attribute="notify", dump_only=True)
|
||||
active = fields.Boolean(attribute="notify")
|
||||
|
||||
cn = fields.String()
|
||||
common_name = fields.String(attribute="cn", dump_only=True)
|
||||
common_name = fields.String(attribute="cn")
|
||||
|
||||
owner = fields.Email()
|
||||
|
||||
|
|
Loading…
Reference in New Issue