Closed (fixed)
Project:
Views (for Drupal 7)
Version:
7.x-3.x-dev
Component:
Code
Priority:
Minor
Category:
Bug report
Assigned:
Unassigned
Reporter:
Anonymous (not verified)
Created:
15 Mar 2012 at 20:19 UTC
Updated:
16 Jan 2016 at 20:55 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
dawehnerIf you can't reproduce that this is impossible to fix, maybe some custom code problem.
Additional this doesn't seem to be a major problem, so let's mark as fixed.
Comment #5
tedfordgif commentedOne place this happens is when a module registers a plugin via hook_views_plugins() but does not provide the 'help topic' key in the plugin data. This is checked for some plugins, but not for access_options, cache_options, exposed_form_options, and pager_options plugins. Attached is a test-less patch, which can serve as a starting point for getting this fixed.
Comment #6
tedfordgif commentedFWIW, I first observed this with the views_content_cache module.
Comment #6.0
tedfordgif commentedshorter
Comment #7
kristen polThis might not be the preferred method (perhaps we are to assume the plugin will provide all the correct data) but this patch works for me and fixes the error when the help topic is missing. So... marking RTBC but I understand this this might not be committed. Thanks!
Comment #8
damienmckennaComment #9
damienmckennaComment #11
dawehnerI agree its fine to not require those modules to implement help.
Committed and pushed to 7.x-3.x thank you