Add a permission to the block/ to limit who can see this.

@see http://drupal.org/node/1434622#comment-5822548

Comments

mrfelton’s picture

You could use Entity Path to redirect the bean entity view url's elsewhere, access denied if you like.

indytechcook’s picture

barraponto’s picture

Status: Fixed » Needs review
StatusFileSize
new399 bytes

There was a small typo, here's a patch.

indytechcook’s picture

Status: Needs review » Reviewed & tested by the community

Looks good.

indytechcook’s picture

Status: Reviewed & tested by the community » Fixed

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

barraponto’s picture

Status: Closed (fixed) » Needs work

Actually, the <delta> is never displayed, I believe Drupal strips it off thinking of it as an unknown tag :P

indytechcook’s picture

Status: Needs work » Fixed

Changed it to 'description' => t('Visit !url', array('!url' => 'block/< delta >')),

Not perfect but it works.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.