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

fix populatestate method of category model for com_contact #16482

Merged
merged 3 commits into from
Jun 13, 2017

Conversation

GeraintEdwards
Copy link
Contributor

@GeraintEdwards GeraintEdwards commented Jun 3, 2017

populatestate method of category model for com_contact was not using the user session data for the value of filter-search so pagination always failed to remember the value

fixes issue #9273

Summary of Changes

Use $app->getUserStateFromRequest instead of $app->input->get to fetch the filter value

… the user session data for the value of filter-search so pagination always failed to remember the value

fixes issue joomla#9273
@carcam
Copy link

carcam commented Jun 3, 2017

I have tested this item ✅ successfully on 08c483c


This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/16482.

@@ -248,7 +248,9 @@ protected function populateState($ordering = null, $direction = null)
$this->setState('list.start', $limitstart);

// Optional filter text
$this->setState('list.filter', $app->input->getString('filter-search'));
$itemid =$app->input->get('Itemid', 0, 'int');
Copy link
Contributor

Choose a reason for hiding this comment

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

Add space after =

@ghost
Copy link

ghost commented Jun 4, 2017

I have tested this item ✅ successfully on 80008c5


This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/16482.

@ghost
Copy link

ghost commented Jun 4, 2017

@carcam can you please test again?

@Quy
Copy link
Contributor

Quy commented Jun 4, 2017

@franz-wohlkoenig It is not necessary to retest since it was only to add a space.

@joomla-cms-bot joomla-cms-bot changed the title fix populatestate method of category model for com_contact fix populatestate method of category model for com_contact Jun 4, 2017
@joomla-cms-bot joomla-cms-bot added the RTC This Pull Request is Ready To Commit label Jun 4, 2017
@ghost
Copy link

ghost commented Jun 4, 2017

RTC after two successful tests.

@rdeutz rdeutz added this to the Joomla 3.7.3 milestone Jun 13, 2017
@rdeutz rdeutz merged commit ca3e5f1 into joomla:staging Jun 13, 2017
@joomla-cms-bot joomla-cms-bot removed the RTC This Pull Request is Ready To Commit label Jun 13, 2017
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.

None yet

6 participants