[symfony-users] Re: edit data of localized schema in backend

2009-04-27 Thread lowshoe
no one who can help? lowshoe > i experimented a bit in the meantime and found out that the problem > here is my "index:unique" inside the keywords_i18n-schema. if i remove > the unique index from the schema declaration, i can edit existing > keyword entries in the backend

[symfony-users] Re: edit data of localized schema in backend

2009-04-23 Thread lowshoe
gine throws the error "An object with the same "keyword" already > exist." as i have a localized schema for 5 languages, this error > message is displayed 5 times, e.g. one error message for every > language-specific input field. > what's my fault? > > re

[symfony-users] edit data of localized schema in backend

2009-04-20 Thread lowshoe
y language-specific input field. what's my fault? regards, lowshoe --~--~-~--~~~---~--~~ 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.

[symfony-users] Re: edit i18n-models in backend

2009-04-01 Thread lowshoe
i found the answer myself in the meantime see http://trac.symfony-project.org/wiki/HowToHandlei18nDbFieldsWithAdminGenerator1.2 regards, lowshoe On Mar 31, 3:54 pm, lowshoe wrote: > hi, > > i'm using symfony 1.2.5 and have problems with internationalized > models in the back

[symfony-users] edit i18n-models in backend

2009-03-31 Thread lowshoe
www.symfony-project.org/jobeet/1_2/Propel/en/19#chapter_19_sub_admin_generator do i need to adjust generator.yml for this or did i overlook something completely? i hope, some can help. regards, lowshoe --~--~-~--~~~---~--~~ You received this message because you are subscr

[symfony-users] Re: routing, link_to, culture

2009-03-28 Thread lowshoe
thanks, michael, that did it! -- lowshoe --~--~-~--~~~---~--~~ 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

[symfony-users] routing, link_to, culture

2009-03-25 Thread lowshoe
ing resolution falls back to the default-route. is this a generic problem in symfony or am i missing something that could solve the problem? regards, lowshoe. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "symf

[symfony-users] Re: Routing Problem with dynamic actions

2008-12-14 Thread lowshoe
thank you ant, you led me the right direction. in my code i still had named :action as :test so the following works: content: url:/:action param: { module: content } requirements: action: "company|products|contact" regard

[symfony-users] Routing Problem with dynamic actions

2008-12-13 Thread lowshoe
ction } requirements: action: "company|products|contact" but i don't know how to hand over the :action as dynamic param to param: {...} any ideas? regards, lowshoe --~--~-~--~~~---~--~~ You received this message because you are subscribed t