Edit primary keys in Symfony auto-generated admin
Posted
by madkingbilly
on Stack Overflow
See other posts from Stack Overflow
or by madkingbilly
Published on 2010-05-16T14:38:23Z
Indexed on
2010/05/16
14:40 UTC
Read the original article
Hit count: 294
I need to edit primary keys in several tables.
By default, symfony hides primary keys in New/Edit forms.
For example, can't edit table 'Tags' with only field 'tag' which is PK. Adding integer ID to this table is not exactly good db design.
Thanks in advance for your help.
© Stack Overflow or respective owner