Jump to content

about extends ModuleAdminController change helper list position


Recommended Posts

hi,i have module, there is admin controller file extends ModuleAdminController.i add position for it

protected $position_identifier = 'id_et_indexcategory_to_move';

'position' => array(
                'title'    => $this->trans('Position', array(), 'Admin.Global'),
                'position' => 'position',
                'align'    => 'center',
            ),

the BO like this:

post-620354-0-01856700-1485166873_thumb.png

 

when i change the position, i do not get the id_et_indexcategory_to_move value

post-620354-0-65223400-1485166957_thumb.png

so i can not change position,how can i get it

 

i use prestashop1.7

Link to comment
Share on other sites

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...