A notice was firing when choosing the "Spaces Features" access plugin...

Simple change, use 'help topic' instead of 'help'.

CommentFileSizeAuthor
spaces.views_.access.patch676 bytesjon pugh

Comments

jon pugh’s picture

Status: Active » Needs review
arosboro’s picture

This is a duplicate of http://drupal.org/node/1345150

jon pugh’s picture

Looks like I accidentally uploaded the same patch to both issues. This patch is right for this issue. I'll have to look for (or maybe create ) a new patch tomorrow.

arosboro’s picture

I applied this patch, but I don't see any changes in views when I look at the Page Access settings. I don't see the help text either. I wasn't seeing an error related to this setting, previously, so I looked at http://drupalcontrib.org/api/drupal/contributions%21views%21includes%21p... to see an example of another hook_views_plugins implementation.

Going off of the views plugin hook above, I came up with the following

'help' => t('Access will be granted if the given feature is enabled in the current space.'),
+        'help topic' => 'access-spaces-feature',

I can roll it into a patch, but I'm really just guessing. Can you help me reproduce your issue?

patricksettle’s picture

Status: Needs review » Postponed (maintainer needs more info)

Need more information