TcOpen
TcOpen copied to clipboard
[BUG] JsonRepository filtering bug
Describe the bug
When JsonRepository is used, there is a problem within TcoData, when we want want to filter data. When I want to show for example 5 records (I set per page selectbox to 5) and in storage there are more records, JsonRepository won't filter it.
To Reproduce
Steps to reproduce the behavior:
- Go to Data tab and make sure, in your Json storage are more then 5 records of data.
- Click on per-page button a choose 5 and click document button.
- It should show 5 filtered records, but still are showed all records.
Expected behavior
There should be correct filtering records like in Mongo repository implementation.
Screenshots
