Carlos Revillo Vidales

Results 5 comments of Carlos Revillo Vidales

Hello, i also experiencing this problem with sylius, now with the beta. i exposed my problem here https://github.com/Sylius/Sylius/issues/7095 There i've been told the solution to modify my appKernel.php a little...

Sure, here's the thing. i'm trying to override the states that are defined in this sylius file https://github.com/Sylius/Sylius/blob/master/src/Sylius/Bundle/CoreBundle/Resources/config/app/state_machine/sylius_order_checkout.yml As this means `SyliusCoreBundle` i added my own `app/Resources/SyliusCoreBundle/Resources/config/app/state_machine/sylius_order_checkout.yml`. There i copied...

Ok, so, having the following in my `app/Resources/SyliusCoreBundle/config/app/state_machine/sylius_order_checkout.yml` ```yaml winzou_state_machine: sylius_order_checkout: states: shipping_selected: '::disabled' ``` executing the command if prompts me what state machine i want to know about and...

maybe @gggeek is talking about this one? https://github.com/ezsystems/ezpublish-legacy/blob/master/kernel/classes/ezcontentobjecttreenode.php#L5983 Looking there https://github.com/ezsystems/ezpublish-legacy/blob/master/kernel/classes/ezcontentobjecttreenode.php#L6020 i don't know if that op does a reindex of the content, but if not, maybe the code you...

I will be very happy to accept yr pr @h3llr4iser. Thanks a lot in advance. Also @makasim is a commiter here, he can merge things when he wants.