Skip to content

fix: requiredMixin resource is always a proxy

Jean-Baptiste Pasquier requested to merge refactor/simplify-required-logic into beta

The logic of the requiredMixin can be simplified because the resource is always a proxy at this stage. Therefore, there's no necessity for using store.get. A call on the proxy's attribute will fetch data properly if required.

Merge request reports