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

Needs to override baseUrl for application #176

Open
bilalmahoon opened this issue Jul 7, 2017 · 4 comments
Open

Needs to override baseUrl for application #176

bilalmahoon opened this issue Jul 7, 2017 · 4 comments

Comments

@bilalmahoon
Copy link

My application is redirected to proxy url and we are enforcing url redirection. In that scenario nayjest is not creating sorting, pagination and searching correct links. Nayjest is taking server url for making links and we are overriding base url. Any help will be much appriciated.

@amenk
Copy link

amenk commented Jun 13, 2018

See also #49 - we solved the problem with the pager like written there, but still have the same problem with the sorting functionality.

@amenk
Copy link

amenk commented Jun 20, 2018

Problem is here:

public function getUrl(array $new_params = [])

@amenk
Copy link

amenk commented Jun 20, 2018

@Nayjest Would it be a solution to completely remove the URL getting in there and just return an URL like

"?paramters" -> the browser would auto-complete the URL when clicked.

@amenk
Copy link

amenk commented Jun 20, 2018

see #189 @bilalmahoon

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

No branches or pull requests

2 participants