i think its not implemented yet..

any news?

i see something here:
http://trac.symfony-project.org/wiki/Symfony12AdminGenerator
but there is no resolution

Att,
Pedro Casado


On Wed, Oct 14, 2009 at 6:36 AM, Alexandru-Emil Lupu
<[email protected]>wrote:

> HI there!
> I am trying to create some field level credentials in the edit/new, but it
> seem that the form is always ignores my credentials (displaying all the
> fields even i do not have those credentials).
> Any ideea how to fix it ?
>
>
> this is my generator.yml file
>
> generator:
>   class: sfPropelGenerator
>   param:
>     model_class:           Contacts
>     theme:                 admin
>     non_verbose_templates: true
>     with_show:             false
>     singular:              ~
>     plural:                ~
>     route_prefix:          contacts
>     with_propel_route:     1
>
>     config:
>       actions: ~
>       fields:
>         first_name: { credentials: edit_contacts_first_name }
>         last_name: { credentials: edit_contacts_last_name }
>         display_name: { credentials: edit_contacts_display_name }
>         nickname: { credentials: edit_contacts_nickname }
>         language: { credentials: edit_contacts_language }
>         is_active: { credentials: edit_contacts_is_active }
>         title: { credentials: edit_contacts_title }
>       filter:
>         fields:
>           first_name: { credentials: edit_contacts_first_name }
>           last_name: { credentials: edit_contacts_last_name }
>           display_name: { credentials: edit_contacts_display_name }
>           nickname: { credentials: edit_contacts_nickname }
>           language: { credentials: edit_contacts_language }
>           is_active: { credentials: edit_contacts_is_active }
>           title: { credentials: edit_contacts_title }
>       form:
>         fields:
>           first_name: { credentials: edit_contacts_first_name }
>           last_name: { credentials: edit_contacts_last_name }
>           display_name: { credentials: edit_contacts_display_name }
>           nickname: { credentials: edit_contacts_nickname }
>           language: { credentials: edit_contacts_language }
>           is_active: { credentials: edit_contacts_is_active }
>           title: { credentials: edit_contacts_title }
>       edit:
>         fields:
>           first_name: { credentials: edit_contacts_first_name }
>           last_name: { credentials: edit_contacts_last_name }
>           display_name: { credentials: edit_contacts_display_name }
>           nickname: { credentials: edit_contacts_nickname }
>           language: { credentials: edit_contacts_language }
>           is_active: { credentials: edit_contacts_is_active }
>           title: { credentials: edit_contacts_title }
>       new:
>         fields:
>           first_name: { credentials: edit_contacts_first_name }
>           last_name: { credentials: edit_contacts_last_name }
>           display_name: { credentials: edit_contacts_display_name }
>           nickname: { credentials: edit_contacts_nickname }
>           language: { credentials: edit_contacts_language }
>           is_active: { credentials: edit_contacts_is_active }
>           title: { credentials: edit_contacts_title }
>
>
>
> --
> As programmers create bigger & better idiot proof programs, so the universe
> creates bigger & better idiots!
> I am on web:  http://www.alecslupu.ro/
> I am on twitter: http://twitter.com/alecslupu
> I am on linkedIn: http://www.linkedin.com/in/alecslupu
> Tel: (+4)0748.543.798
>
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"symfony users" 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-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to