Frédéric K.

Results 8 comments of Frédéric K.

Hi, will try to do it as soon as possible !

Same problem, problem is visible in demo page.

You're right ! After digging a lot : if you want the style that menu level 2 open over the page : - use "c-sidebar-minimized" on "" if you want...

As searching, I found that the States can be changed like this to implement datatable Helper.php as "convertToArray()" - Add `Implements Arrayable` - Add to state this function `function toArray()...

I found another solution : in ``goetas-webservices/xsd2php/src/DependencyInjection/Configuration.php`` replace this code segment : ``` ->arrayNode('configs_jms') ->addDefaultsIfNotSet() ->children() ->booleanNode('xml_cdata') ->defaultTrue() ->end() ->end() ->end() ``` to : ``` ->arrayNode('configs_jms') ->addDefaultsIfNotSet() ->children() ->booleanNode('xml_cdata') ->defaultFalse()...

Hi, Thanks for your complete answer. Do't know If I will have time to test other possibilities you mention, but thanks anyway for your hard work on this subject. For...