Closed (fixed)
Project:
Bean (for Drupal 7)
Version:
7.x-1.x-dev
Component:
Miscellaneous
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
31 Mar 2012 at 13:26 UTC
Updated:
17 Sep 2013 at 10:07 UTC
Jump to comment: Most recent file

Comments
Comment #1
indytechcook commentedGood idea.
http://drupal.org/commitlog/commit/22232/2f63d617c75edd3d8bf8d1057bca304...
Comment #2
BarisW commentedWow, that's fast. Cool, thanks!
Comment #4
mraichelson commentedQuick note on this one. In 7.x-1.0-rc4 it looks like the
ksorton line 838 in beans.module is trying to sort an array that doesn't exist. If it gets switched to$items(the array of bean types) that seems to be cool, otherwise you get an error on the Workbench > Create Content screen saying...Warning: ksort() expects parameter 1 to be array, null given in bean_workbench_create_alter() (line 838 of /path/to/drupal/sites/all/modules/bean/bean.module).Looks like that's still the same code in 7.x-1.x-dev right now too.
Comment #5
mraichelson commentedSorry, wrong status applied.
Comment #7
mraichelson commentedTargeting against DEV version rather than an old RC release.
Comment #8
indytechcook commentedLooks good. This was a copy/paste/edit error on my part.
Comment #9
indytechcook commentedhttp://drupal.org/commitlog/commit/22232/e352ffaf8b6dcb95b286d9d78f43693...
Comment #10
jhedstromThis patch checks for proper permissions so as to not display bean add links for users w/o access to those pages.
Comment #11
jhedstromPrevious patch was slightly wrong with the argument passed to bean_access().
Comment #12
indytechcook commentedComment #13
indytechcook commentedhttp://drupal.org/commitlog/commit/22232/bf94f73e4bb21aeb3c59c3d621ab2f3...
I hope this is the last time! :) Thanks everyone for the help.
Comment #14
BarisW commentedCool, thanks!
Comment #16
sylvain lecoy commentedCan we align the text with drupal standards, 'Create block', instead of 'Create Blocks', just like 'Create content' is. :-)