Skip to content
Snippets Groups Projects
Commit cc824f6e authored by Tarje Lavik's avatar Tarje Lavik
Browse files

Add reference to Event on Actor and Group

parent a81cb860
No related branches found
No related tags found
No related merge requests found
......@@ -81,7 +81,7 @@ export default {
type: 'array',
of: [
{type: 'Birth'},
{type: 'reference', to: [{type: 'Activity'}]},
{type: 'reference', to: [{type: 'Activity'}, {type: 'Event'}]},
{type: 'Move'},
{type: 'Joining'},
{type: 'Leaving'},
......
......@@ -71,6 +71,7 @@ export default {
type: 'array',
of: [
{type: 'Formation'},
{type: 'reference', to: [{type: 'Activity'}, {type: 'Event'}]},
{type: 'Joining'},
{type: 'Leaving'},
{type: 'Move'},
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment