-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update models and relationships #462
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks good to me 👍
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
getting the same error as here:
#431 (review)
Aha ok, should be fixed now. The issue was that when I reset the inverses to |
This PR includes a complete revisal/update of all ember-data models. It includes the removal of models and relationships, the addition of missing models and relationships and ensuring the
inverse
field is always explicitly set (in prepreration for emberjs/data#8115).Specifically, it includes the removal of the following ember-data models:
task-solution
task
tasklist-solution
tasklist
versioned-agenda
And the removal of the following relationships:
realisatie
frombesluit
versioned-agendas
,versioned-notulen
,versioned-besluiten-lijsten
andversioned-behandelingen
fromdocument-container
versioned-agenda
model type byagenda
inpublished-resource
versioned-agenda
model type byagenda
insigned-resource
The addition of the following models:
beleidsdomein-code
lidmaatschap
lijsttype
tijdsinterval
werkingsgebied
Additionally, this PR also introduces spacing in some models to make them clearer and more readable.
To be tested in combination with lblod/app-gelinkt-notuleren#156