Closed
Description
Hi,
Is there a way to define allowedValues from a mongo query?
something like that:
...
group: {
type: Schemas.Groups,
optional: true,
allowedValues: Groups.find({},{fields:{_id:0}}).fetch()
}
...
I've added
auxCollections: ['Groups'],
to the main config, but when I get to the editing panel, the dropdown menu is empty..
Activity