1
Allow resolving fields for updated relations in the presentation-links component
Source: directus/directus#24928 · opened by @DanielBiegler
Describe the Improvement
This is a continuation on for keeping track of newly discovered bugs/improvements:
presentation-links component Improvement
Allow refetching of relational fields when changing an existing relation to a new relation for example you change your existing m2o relation from ID=1 to ID=2
Right now we lookup the relational field through the current item. In order to support resolving updated relations you will need to look up the related collection + the updated ID + the field name in order to resolve the field.
This is a continuation on for keeping track of newly discovered bugs/improvements:
presentation-links component Improvement
Allow refetching of relational fields when changing an existing relation to a new relation for example you change your existing m2o relation from ID=1 to ID=2
Right now we lookup the relational field through the current item. In order to support resolving updated relations you will need to look up the related collection + the updated ID + the field name in order to resolve the field.
No pledges yet. Be the first to back this.
No comments yet.