In message_subscribe_ui/message_subscribe_ui.views_default.inc there are various references to an old flag table named 'flag_content'.
That table has been renamed to 'flagging' in flag 7.x-3.6 and this makes message_subscribe_ui feature overridden.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

imfaber created an issue. See original summary.

imfaber’s picture

Status: Active » Needs review
FileSize
4.39 KB

Here is a patch that brings the feature back to its default status.

Status: Needs review » Needs work
imfaber’s picture

Status: Needs work » Closed (won't fix)
kmajzlik’s picture

Status: Closed (won't fix) » Needs review
FileSize
4.78 KB

This has to be fixed and not closed due to wrong patch.
I just recreated patch to be compatible with testing bot.

Overriden Features are boring when we are not able to revert them.

igorik’s picture

Status: Needs review » Reviewed & tested by the community

It works perfectly.
Thank you!

kmajzlik’s picture

Assigned: imfaber » Unassigned
jlscott’s picture

The patch in #5 needs to be updated to also include the views in file "message_subscribe_email.views_default.inc" of the message_subscribe_email sub-module. Updated patch attached.

Status: Reviewed & tested by the community » Needs work

The last submitted patch, 8: old_flag_table-2551485-8.patch, failed testing.

jlscott’s picture

Revised patch attached.

jlscott’s picture

Status: Needs work » Needs review

Status: Needs review » Needs work

The last submitted patch, 10: old_flag_table-2551485-10.patch, failed testing.

jlscott’s picture

Status: Needs work » Needs review
FileSize
8.68 KB

Corrected patch attached.

joelpittet’s picture

Version: 7.x-1.0-rc2 » 7.x-1.x-dev

I made a very similar patch over here: #2091655: Features export for flag compatibility

bluegeek9’s picture

Status: Needs review » Closed (outdated)