Exporting and enabling features with Alpha Pagination does not work.
After enabling the feature the following error message is display for all pages:
Notice: Undefined index: table in view->fix_missing_relationships() (line 617 of /var/www/domain/sites/all/modules/views/includes/view.inc).
Going into the features the following lines are missing in the DB:
'header' => array(
'alpha_pagination' => array(
'pre_letter_path' => 'articles',
Looking at the view the alpha pagination header is missing to the view.
Re-adding the pagination header fixes the problem and the feature is now in default state.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | feature_fix-2553065-2.patch | 697 bytes | kristofferwiklund |
Comments
Comment #2
kristofferwiklund commentedThe parent options was not loaded. Applying this patch and the features will work after a recreate of the feature module.
Comment #3
lionslair commentedI confirm this patch works
Comment #4
elusivemind commentedIt's been incorporated into the next update I will make to dev in the coming days with a few other tickets. If all goes well, 1.2 will follow on Friday.
Thanks for the review guys. Much appreciated.
Comment #5
lionslair commentedThanks for the effort. Made my life easy yesterday without having to re-invent the wheel.
Comment #7
elusivemind commented