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

[unresolved-regression] CRM-17616 - Moving to an arbitrary search page result could lead to incomplete results #7276

Closed
wants to merge 1 commit into from

Conversation

samuelsov
Copy link
Contributor

Partial resolution of this problem.
When launching a new search without reset=1, $pageSize is not initialized correctly and is initialized to 50 by default.
There is no regression though because i have used max(500, $pageSize) to enforce at least 500 each time the cache is refreshed.

Next step is to see if we can have $pageSize properly initialized every time.


@davecivicrm
Copy link
Contributor

Jenkins, retest this please.

@davecivicrm
Copy link
Contributor

@eileenmcnaughton eileenmcnaughton changed the title CRM-17616 [unresolved-regression] CRM-17616 Jan 11, 2016
@eileenmcnaughton
Copy link
Contributor

Hey,

I edited the title to make it easier for people to see the status of the PR when scrolling the list - when you fix the issue that Dgg identified please re-edit it.

(if you really are not going to then it is Ok to close the PR but ensure that links to the relevant commits are on the ticket - the commit links continue to work even if you delete the branch )

@totten totten changed the title [unresolved-regression] CRM-17616 [unresolved-regression] CRM-17616 - Moving to an arbitrary search page result could lead to incomplete results Mar 30, 2016
@samuelsov
Copy link
Contributor Author

Replaced by #8591

@samuelsov samuelsov closed this Jun 16, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants