Skip to content

Eager load label relation even when null

Latest
Compare
Choose a tag to compare
@pascalboucher pascalboucher released this 10 Oct 19:18
· 1 commit to master since this release
05ea0d7

We now eager load the label relation even when a label sibling is not present.
This way we reduce the amount of sql queries on inputs without label element.
We also make sure to unset that relation when adding a new label.