tbbooher / journal

0 stars 0 forks source link

Entries.owner field needs to be correct in the schema #18

Open tbbooher opened 9 years ago

tbbooher commented 9 years ago
  1. the Entries.owner field needs to be correct in the schema
  owner:
    type: String
    label: 'owner'

Perhaps, it should use dot notation and be something like:

  "user._id": String

this should then work correctly with the input form.

tbbooher commented 9 years ago

I think this is working fine -- but I would like to get this in SimpleSchema