Maxime Corson

Results 7 comments of Maxime Corson

Poke @willdurand 😃 We have the same need here, and the feature is still opened for more than a year now ! May be we should merge the @ruudk work...

Hi, @fmarchalemisys I don't really remember since I worked on this, but in fact (and you're right) I used the tow parts local to deal with translations (i.e. `fr_FR`). Is...

Everything looks good ! Does anyone with write access can validate it too ? @soullivaneuh @EmanueleMinotto @dereuromark @TomasVotruba Thank you everybody for the efforts put in this project 🙌

I think you are using the not minified js file. It contains only main code without libraries. Create the minified js with the ./build.sh script (don't forget to install uglifyjs...

Can you check the generated Model classes namespaces ?

I think this issue explain another weird behavior with cross-ref and primary keys that cannot be updated once the record has been created.

Hello Freddy, Be careful when you replace the `ContainerAwareCommand` with the single `Command` one and be sure that the `getContainer()`method is not called inside the command. For example, in the...