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.

CommentFileSizeAuthor
#2 feature_fix-2553065-2.patch697 byteskristofferwiklund

Comments

kristofferwiklund created an issue. See original summary.

kristofferwiklund’s picture

Status: Active » Needs review
StatusFileSize
new697 bytes

The parent options was not loaded. Applying this patch and the features will work after a recreate of the feature module.

lionslair’s picture

I confirm this patch works

elusivemind’s picture

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

lionslair’s picture

Thanks for the effort. Made my life easy yesterday without having to re-invent the wheel.

  • ElusiveMind committed 95f10b3 on 7.x-1.x
    Issue #2553065 by kristofferwiklund: Does not work with features
    Issue #...
elusivemind’s picture

Status: Needs review » Fixed

Status: Fixed » Closed (fixed)

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