Video field not included within a group when assigned
quam - May 10, 2007 - 01:08
| Project: | Video CCK |
| Version: | 5.x-1.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | aaron |
| Status: | closed |
Description
I've assigned the video field to a group in CCK and appears in the group when managing fields, but it is not included in the group on view and editing.

#1
This is a quick patch I created which solved the problem for me... It basically removes it from being in it's own fieldset, allowing it to be grouped with fieldgroup. It also allows for multiple videos per content type, when before only one was showing up upon creating content.
#2
awesome, thanks for the work! tested & committed now
#3