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'))) { ...
CommentFileSizeAuthor
simplenews_block_warning.diff758 bytessessy

Comments

sutharsan’s picture

See 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

sutharsan’s picture

Status: Active » Closed (fixed)

Issue http://drupal.org/node/154656 is fixed and committed.