Skip to content
This repository has been archived by the owner on Jan 3, 2024. It is now read-only.

refactor(pagination): use route query object instead of param #1626

Merged
merged 2 commits into from
Sep 2, 2021

Conversation

fschade
Copy link
Collaborator

@fschade fschade commented Sep 2, 2021

instead of having current pagination page as param refactor it to
use the query route object

BREAKING CHANGE: this could break in some cases where the implementing
logic relies on route page param, to fix switch to use route query
object

instead of having current pagination page as param refactor it to
use the query route object

BREAKING CHANGE: this could break in some cases where the implementing
logic relies on route page param, to fix switch to use route query
object
@sonarcloud
Copy link

sonarcloud bot commented Sep 2, 2021

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@pascalwengerter pascalwengerter merged commit cf9c46b into master Sep 2, 2021
@delete-merged-branch delete-merged-branch bot deleted the pagination-page-param branch September 2, 2021 17:04
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants