Closed (fixed)
Project:
Homebox - Individual user dashboards
Version:
7.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
3 Dec 2010 at 09:51 UTC
Updated:
10 Nov 2014 at 03:04 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
brianV commentedBumping version since 6.x-2.x is no longer being developed.
Comment #2
pbeakley commented+subscribing.
Comment #3
rocnhorse commentedHow are defining which users have access to a block. If through roles does this issue fix it?
http://drupal.org/node/1189656
Comment #4
jtolj commentedBump to 7.x... Here is a patch against 7.x-2.x-dev that uses the built-in function _homebox_can_view_block() to check access before building the "Add a block" list.
Comment #5
Anonymous (not verified) commentedjtolj, thanks for the patch! We're using 6.x-3.0-beta5, so I adapted your patch for the earlier version. Only lightly tested, but this appears to work okay.
Comment #6
slybud commentedHi guys,
I've just re-rolled the patch for the 7.x-2.0-beta6 version because this portion of code has slightly changed
I've tested it on a working project and it works fine !
Sorry for the svn patch format, I don't have git on this project right now
Comment #7
chaby commentedHi
up ! one year now... and looks like RTBC (didn't change issue status)
just reroll 7.x-2.x but for git !
thanks everyone
Comment #8
chaby commentedup this issue just to inform that currently, using _homebox_can_view_block could be used with this patch to improve a little performance...
Comment #9
mgiffordTested that on simplytest.me with an authenticated user with limited roles. Seemed to work just fine.
Comment #11
drummLooks good, committed.