Visiting admin/content/newsletters/settings/XXX (settings page for a specific newsletter) gives an error-warning if the block for the specific newsletter is disabled. This patch turns off the warning if the user does not have the privilege to administer blocks:
if (!$result && user_access(t('administer blocks'))) { ...
| Comment | File | Size | Author |
|---|---|---|---|
| simplenews_block_warning.diff | 758 bytes | sessy |
Comments
Comment #1
sutharsan commentedSee http://drupal.org/node/154656 for a patch for the block warning. A patch is provided to remove the block warning all together and move the block settings to the block specific configuration pages on Home » Administer » Site building » Blocks
Comment #2
sutharsan commentedIssue http://drupal.org/node/154656 is fixed and committed.