Lionel
Lionel
thanks for theses explanations, but as say ryan, "In short: this looks like a quirk of Propel to me, but someone who knows more about Propel might know a way...
Same problem w. a fresh new project in SF2.8, any help welcome.
any idea out there? :+1: thanks
I've give a try today for this one, but hard to find where it fails with all the form stuff & ChoiceList inheritence. I can't find where it fails, somewhere...
Open bounty of +100 for help on this one! :+1: http://stackoverflow.com/questions/32602183/propel-form-type-model-w-group-by-is-rendered-without-property-display
What's up with this PR? I would like to use this behavior with the last Propel2-alpha5...
Thanks!
It seems that I could do the sort with the "query" arg `'query' => 'meta.category: football SORT:-created'` So what's the purpose of the "sort" argument of the `media.search` api call?
up This code gives me access to the API ``` $fbuser = $this->get('my.facebook.user'); $apiservice = $this->get('fos_facebook.api'); $userdata = $apiservice->api('/me/'.$apiMethodName); ``` Perhaps it's only a session lifetime problem between facebook login...