LaWebcapsule / directus9

directus9 - openSource maintenance of directus
GNU General Public License v3.0
71 stars 9 forks source link

[FIX] Validation Count feature on relations #25

Closed adussarps closed 1 year ago

adussarps commented 1 year ago

This PR fixes validation count features on relations.

This is mainly a simple fix, however, the case where update is done with "create/update/delete" is more complex, as we don't know the actual number of itemps on the final item. To fix this issue, the current item has to be fetched from the db.

Tests have been added to cover this situation.

This fixes the issue: https://github.com/LaWebcapsule/directus9/issues