Hi devs

Im using my generator.yml to set order of fields and break them to fieldsets.

Then in myForm::configure() im unsetting some fields dependant on user
credentials.

Today i needed to add custom filed to my form so I did that.

Problem occurs when I wanted to unset that field to hide it from some users.

When _form_fieldset.php iterates through form fields it tries to
display that unsetted field.

I think that this is a bug and when field is not set (even when it is
not real) it should be skipped in rendering process.

This can be related to ticket 5523 - http://trac.symfony-project.org/ticket/5523

Should I crete new ticket or post my suggestions as a comment to
ticket nr 5523 ?

Or maybe this is not a bug ?

--
Best regards
Łukasz Wojciechowski

New Generation Software
+48 602 214 629

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"symfony developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/symfony-devs?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to