It seems the weight of the 'lite pager' is incorrect maybe.

If you change from 'lite pager' back to 'full pager', it sets it to 'no'.

It seems that full pager = no pager, mini pager = mini pager, no = full pager, and lite pager = lite pager.

Comments

cerup’s picture

Ok changing from an array_merge

$form['use_pager']['#options'] = array_merge($form['use_pager']['#options'], array('litepager' => t('Lite pager')));

to

$form['use_pager']['#options']['litepager'] = t('Lite pager');

seems to fix this.

nrambeck’s picture

Assigned: Unassigned » nrambeck
Status: Active » Fixed

Thanks for figuring this out. I've fixed this in the latest dev branch.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.