Hi,

I have an application that has Volunteers, each one belonging to an
Organisation with an assigned code. I need to check that there cannot
be duplicated volunteers' codes within an organisation, so I used a
sfValidatorPropelUnique passing code and organisation id as
arguments.

When i log in as an organisation, I remove the organisation id field
in the volunteer form, as an organisation cannot change it (it's a
super-admin privilege). The problem is that PropelUnique validator
doesn't work if organisation id field isn't in the form. How can i
solve this? Do I need to change it to hidden?

Thanks in advance.

ps. I'm using admin generator, so a generator-ready solution would be
very appreciated (avoiding partials if possible)
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"symfony users" group.
To post to this group, send email to symfony-users@googlegroups.com
To unsubscribe from this group, send email to 
symfony-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/symfony-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to