Create named fields for all attributes #7
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This is the kicker for making this module much more useful. How to create a Views field for each attribute?
Can multiple handlers be added in the same handler file? If so, it could be possible to loop through the attributes array in
uc_views_attribute.views.inc
to create the view handler names, then loop through the attributes array inuc_views_attribute_handler_WHATEVER.inc
to create the actual handlers. If all the handlers can be the same format (text, numeric, etc.) this could work.There are two big ifs to look into above.
Maybe if the data were deserialized in
uc_views_attribute.views.inc
they could use a generic handler?