Skip to content

mutating custom repository

Heichenko Viktor requested to merge fix/u-select-entity--getRepository into master

The repository is mutated in the 'fetchPage' method of the 'USelectEntity.vue' component

Only the custom repository is mutated, because the repository based on 'entityName' is recreated each time (getRepository method)

image

This leads to the fact that the search does not work properly

image

Merge request reports

Loading