I have a many-to-many relation in symfony 1.4. I am using the Doctrine admin generator, and would like to add an “Is Empty” checkbox to the standard sfWidgetFormDoctrineChoice for that field, to do a “WHERE NOT EXISTS” query and find untagged entries. Anyone seen a solution for this?
Thank you!
widget:
validator:
in
FooFormFilter: