Kadir Yücel

Results 13 issues of Kadir Yücel

How can I pass parameters like "field separator" and "multiple value separator"?

For some reason it's very useful to allow extending dataBlocks in twig templates. For instance prepend to [this set](https://github.com/marellocommerce/marello/blob/1a6e4842329a1d135e43cd5092e0a40660ddb3fd/src/Marello/Bundle/ProductBundle/Resources/views/Product/view.html.twig#L234) {% set data = { 'dataBlocks': dataBlocks, } %} this code...

It's not possible to override templates if you use twig paths with colons. This is deprecated ([Symfony Doc](https://symfony.com/doc/3.4/templating/namespaced_paths.html)). In the past, Symfony used a different syntax to refer to templates....

H, creating packing slip require weight of product. If weight is not set creating packing slip fails. Solution is to change requireness of weight information in packing slip or product...

Hi, make Customer extendable to configure and extend with entity management. thanks

Hi, if I post an order with REST and the item is out of stock I get "400 - Bad request". In the profiler I see for error "Cannot order...

question

Consumer generates SQL error app.ERROR: Consuming interrupted by exception. "An exception occurred while executing 'INSERT INTO oro_audit (action, logged_at, object_id, object_class, object_name, version, transaction_id, owner_description, additional_fields, organization_id, impersonation_id, user_id, type)...

Hi, just allow updating Customer data with REST API add following lines to Marello/Bundle/OrderBundle/Controller/Api/Rest/CustomerController.php ``` /** * REST PUT * * @param int $id Customer id * * @ApiDoc( *...

Hello, if I wrongly post the same order a second time an UniqueConstraintViolationException is thrown. Everything fine. But the server responses "401 Unauthorized". 500 or any similar error code is...

bug
enhancement