Skip to content

Fix pagination url creation and clear button

Chris Lemaire requested to merge 220-clear-filter-button into development
  • Clear button depends on the filter state, which included page size and page number.
  • Removes the functions to create urls dynamically based on filter states in FilterExpressionObjectFactory in favor of using the page information.

Closes #220 (closed)

Merge request reports