Closed (fixed)
Project:
Bean (for Drupal 7)
Version:
7.x-1.x-dev
Component:
Code
Priority:
Major
Category:
Feature request
Assigned:
Reporter:
Created:
16 Apr 2012 at 13:20 UTC
Updated:
19 Sep 2012 at 12:41 UTC
Jump to comment: Most recent file
Comments
Comment #1
mrfelton commentedYou could use Entity Path to redirect the bean entity view url's elsewhere, access denied if you like.
Comment #2
indytechcook commentedhttp://drupal.org/commitlog/commit/22232/3c6418c9d43a429b07fbf6a6fa27577...
Comment #3
barrapontoThere was a small typo, here's a patch.
Comment #4
indytechcook commentedLooks good.
Comment #5
indytechcook commentedhttp://drupal.org/commitlog/commit/22232/4ad9a5ad850552396ccba3ac818c86b...
Comment #7
barrapontoActually, the
<delta>is never displayed, I believe Drupal strips it off thinking of it as an unknown tag :PComment #8
indytechcook commentedChanged it to
'description' => t('Visit !url', array('!url' => 'block/< delta >')),Not perfect but it works.