Jump to content
thirty bees forum
  • 0

Pagination doesn't work in FeaturesValues in BO


Quant

Question

We get the wrong redirect with

index.php?controller=AdminFeatures&id_feature=1&viewfeature&token=64b5166a96bdea51c7bb9a746b2dabfd

on the

index.php?controller=AdminFeatures&token=64b5166a96bdea51c7bb9a746b2dabfd&submitFilterfeature_value=2#feature_value

Change the line in the AdminFeaturesController

if (Tools::getIsset('submitFilter')) {

on the

if (Tools::getIsset('submitFilter'.$this->list_id)) {

It works now.

 

Link to comment
Share on other sites

0 answers to this question

Recommended Posts

There have been no answers to this question yet

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...