Skip to content

CE-2617: Fix pagination totalCount not working for records

Imre Toth requested to merge CE-2617_Fix_pagination_for_record into develop

The totalCount for records that can be seen in IOC details page was not working if you used the filter option (search bar). Fixed by modifying the request parameter that was sent to ChannelFinder - to be in line with the record(name) search.

Merge request reports