Closed (fixed)
Project:
CCK Select Other
Version:
7.x-1.x-dev
Component:
User interface
Priority:
Minor
Category:
Task
Assigned:
Reporter:
Created:
27 Feb 2011 at 17:01 UTC
Updated:
23 Mar 2011 at 17:31 UTC
Jump to comment: Most recent file
Comments
Comment #1
mradcliffeOr I can remove the validate for that for cck select other widgets?
Comment #2
mradcliffeNope, I am not going to be able to do this either. I think I am screwed either way here.
The only option is to code our own field at this point because core list field is fundamentally broken for contrib modules that want to do funky things like this.
Comment #3
mradcliffeI guess I can just disable the element_validate for list allowed values. This will allow that functionality, but allow users to remove allowed values from cck_select_other list fields.
It should re-enable the element_validate if the widget changes back.
Comment #4
mradcliffeFound some more time to run tests in the coder lounge.
Committed.