Active
Project:
Drupal Commons
Version:
7.x-3.4
Component:
Events
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
30 Oct 2013 at 14:52 UTC
Updated:
14 Mar 2016 at 02:22 UTC
Jump to comment: Most recent
Hi
How do you change the
Event Content Type > Group "select og_group_ref" field
From a multi open select list
to just a one line single select list box?
Many Thanks for your help
Comments
Comment #1
lsolesen commentedClosing out old issues. Please reopen if still relevant.
Comment #2
lsolesen commentedClosed by mistake. This might still be a valid issue. Please close it with the solution, if you already solved it.
Comment #3
tanius commentedThis can probably be done by limiting the number of values of the
og_group_reffield to 1. However, this setting applies to all instances (in all the content types) of this field at once, which might not be what you want.Also (and worse), at the moment I cannot test this because doing so crashed Drupal Commons due to #2686689: Field og_group_ref cannot be limited to one value.