Martin Grossmann
Martin Grossmann
This applies to validation in the frontend api
Hi, @vitek-rostislav isn't this covered with "Adding a New Entity" + "Adding New Attribute to an Entity"? Or there is any use-case which couldn't be understood from those two cookbooks?
I understand and agree the cookbook may come in handy, thank you for explanation.
Stalebot! The structure of config files is still confusing, don't you see?!
In shopsys/demoshop#84 we discover the configuration files from application (parameters.yml, domain_urls.yml) have to be also in kubernetes folder. This should be solved properly too. (see https://github.com/shopsys/demoshop/pull/84#discussion_r336185745)
Hi, thanks for the issue. You're right about the type inconsistency. This part deserve some decent refactoring. In `OrderSequenceRepository::getNextNumber` ```php // getNumber() returns string $lastNumber = $orderNumberSequence->getNumber(); if ($requestedNumber
Hi @vitek-rostislav, I'm sorry for the delay. The idea itself seems really nice and make sense. I dig a little deeper into a problem and I found following I too...
As we spoke, excluded_http_codes should be in prod/monolog.yaml file as the configurations are merged and produce invalid config (see failed build)
Thanks for reporting. For our future selfs I just put steps to reproduce here. - edit text in wysiwyg as source - put unclosed \ into the source code -...