Posted by skwashd on December 26, 2012 at 11:42pm
4 followers
Jump to:
| Project: | Bean |
| Version: | 7.x-1.x-dev |
| Component: | Code |
| Category: | feature request |
| Priority: | normal |
| Assigned: | skwashd |
| Status: | active |
Issue Summary
It would be useful for BEANs to have a state property so they can be inactive/disabled/unpublished/hidden (I don't care about the name). When a bean is inactive state bean_block_view() would return NULL and the bean wouldn't render. In a later phase permissions could be added "View inactive beans" which would be similar to the core node "view unpublished content" permission.
I'm happy to hack on this if people think it is worthwhile.
Comments
#1
This does sound worthwhile for me. I've been thinking about this for the 2.x version. We need to make sure to make all of the current beans active in an update hook.
#2
I'll look at implementing this.
#3
@skwashed are you still working on this?