Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(data): set loaded to true on queryManySuccess (#3228)
Closes #3165 BREAKING CHANGES: Now both the `getWithQuery` and `getAll` methods are consistent and do set `loaded` property to true on dispatching their success actions respectively. BEFORE: The `getWithQuery` method would not set the `loaded` property to true upon success AFTER: The `getWithQuery` method sets the `loaded` property to true upon success
- Loading branch information