Added metadata to mail sent schema
This commit is contained in:
parent
013ace65f6
commit
b74bdfbf51
1 changed files with 1 additions and 0 deletions
|
@ -9,6 +9,7 @@ _.extend MailSentSchema.properties,
|
||||||
mailTask: c.objectId {}
|
mailTask: c.objectId {}
|
||||||
user: c.objectId links: [{rel: 'extra', href: '/db/user/{($)}'}]
|
user: c.objectId links: [{rel: 'extra', href: '/db/user/{($)}'}]
|
||||||
sent: c.date title: 'Sent', readOnly: true
|
sent: c.date title: 'Sent', readOnly: true
|
||||||
|
metadata: c.object {}, {}
|
||||||
|
|
||||||
c.extendBasicProperties MailSentSchema, 'mail.sent'
|
c.extendBasicProperties MailSentSchema, 'mail.sent'
|
||||||
|
|
||||||
|
|
Reference in a new issue