Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add support for pagination hook #75

Closed
wants to merge 4 commits into from
Closed

add support for pagination hook #75

wants to merge 4 commits into from

Conversation

sarkistlt
Copy link

@sarkistlt sarkistlt commented Apr 19, 2019

fix for #74

@idealley
Copy link
Owner

I will check the PR ASAP. Thank you for submitting.

@sarkistlt
Copy link
Author

sarkistlt commented Apr 20, 2019

with this PR we may also need to update how clearSingle parses key from url

we don't need this adjustment for clearGroup
@Sicria
Copy link

Sicria commented Apr 28, 2019

Once this is merged #63 can be closed as well.


if (!remove && parseNestedRoutes) {
path = parseNestedPath(path, hook.params);
path = `paginate:${paginate}:${parseNestedPath(path, hook.params)}`;
}
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You could move this to after the processing since parseNestedPath would ignore the value right?

@sarkistlt sarkistlt closed this by deleting the head repository Mar 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants