Skip to content
This repository has been archived by the owner on Aug 21, 2018. It is now read-only.

Fix AssignmentPaper and Mail schemas #365

Open
sente opened this issue Jul 13, 2016 · 0 comments
Open

Fix AssignmentPaper and Mail schemas #365

sente opened this issue Jul 13, 2016 · 0 comments

Comments

@sente
Copy link
Member

sente commented Jul 13, 2016

Why is it we're using sednerId in these two schemas while we use senderId elsewhere?

stu@redmac ~/code/OLE/BeLL-Apps (dev) $ git grep senderId |grep /models/

app/MyApp/app/models/Invitation.js:            senderId: 'Text',
app/MyApp/app/models/request.js:            senderId: 'Text',
app/nation/app/models/request.js:            senderId: 'Text',
attachments/earth/app/models/request.js:            senderId: 'Text',


stu@redmac ~/code/OLE/BeLL-Apps (dev) $ git grep sednerId |grep /models/

app/MyApp/app/models/AssignmentPaper.js:            sednerId: 'Text',
app/MyApp/app/models/Mail.js:           sednerId: 'Text',
@EmilyLarkin EmilyLarkin changed the title Fix AssignmentPaper and Mail schemas Fix AssignmentPaper and Mail schemas Jul 20, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants