Thanks for Your module and i really hope that You will fix all issues (with community help of course!) while You made such a good work here!

I really like it, but unfortunately i have to report a bug:
scenario:
1. i have added a view, mark it in related content section in content management.
2. i have added 3 more :)
3. i have deleted the first one as i wanted only 3 added in step 2 but i forget to uncheck it in content management
4. When i navigate to relatedcontent tab on my node - i see all 4 tabs and the message when i click on the deleted one:

RelatedContent uses views as its source of nodes. The specified view %view-name doesn't exist any more. Please, go to the settings of the content type "simplenews" and select another view.

(i reported missing %view-name in the separate issue #1084900: Message does not have variable %view-name available ).

thanks in advance!
Naiya

Comments

Naiya’s picture

Just to be sure:

I run

UPDATE relatedcontent_view SET
         relatedcontent_view.enabled = '0'
         WHERE TYPE='simplenews' AND vid = '86'
         SELECT * FROM relatedcontent_view  WHERE TYPE='simplenews' AND vid = 'MY_VIEW_ID'

and it seems to be fine.

Greetings,
Naiya