bulky-needle-37771
03/21/2022, 10:36 AMkind-vegetable-16151
03/21/2022, 4:50 PMthankful-jackal-61577
03/21/2022, 5:13 PMFood
category
Already tried this docker/sdk console q:w:s -v -s
but it doesn't worknutritious-cpu-80657
03/22/2022, 12:31 PMnumerous-kitchen-79937
03/22/2022, 1:59 PMbig-chef-41491
03/22/2022, 2:13 PMcheckout-error
will be used. But because of the PlaceOrderSteps PostCondition $quoteTransfer->getOrderReference() !== null
the ErrorSteps PostCondition $quoteTransfer->getOrderReference() === null
can never be triggered. The Result is an infinite redirect from place-order-step to error-step and so on. Am i missing something here?wide-flag-26835
03/22/2022, 2:16 PMvictorious-house-76715
03/22/2022, 3:03 PMhallowed-carpet-44433
03/22/2022, 3:53 PMmysterious-king-59256
03/23/2022, 2:45 PMCart
and PersistentCart
clients, when Cart
can use DatabaseStorageStrategy
?
2. Why DatabaseStorageStrategy
uses session without calling zed for some quote operations?able-shoe-67344
03/24/2022, 9:58 AMcomposer require spryker-feature/spryker-core
in an empty folder. 'spryker-core' looks like a good 'root' feature as it is independent from prerequisites. What I wonder is: where do minimum relevant environment and project files come from, like 'config/. ', 'src/<myproject>/Zed/Application/. 'mysterious-ambulance-11183
03/24/2022, 1:32 PMchilly-rainbow-75540
03/25/2022, 10:48 AMlang
directory. Is this one-point-of-truth for headless approach? Or spryker can handle translation in Glue in some smart way?mysterious-ambulance-11183
03/28/2022, 7:08 AM$builder->add(
static::FIELD_STORES,
ChoiceType::class,
[
'choices' => $options[static::OPTION_STORE_CHOICES],
'multiple' => true,
'label' => static::LABEL_STORES,
'required' => false,
'empty_data' => [],
'attr' => [
'placeholder' => static::PLACEHOLDER_STORES,
],
'property_path' => 'storeRelation.idStores',
]
);
I would like to set some default values for the forms, so in this case we only have one store, it should not be selected everytime, but regardless, what I put there it is not reflected in MP.
Currently I defaulted back to changing the value in the DataProviders for the form, but I would like the empty_data to work, since this is exactly what it is for.
Has somebody any idea?ripe-librarian-883
03/28/2022, 11:32 AMnumerous-kitchen-79937
03/31/2022, 8:20 AMnumerous-kitchen-79937
03/31/2022, 1:36 PMmammoth-painting-63509
03/31/2022, 3:15 PMnutritious-cpu-80657
04/04/2022, 7:32 AMspy_oms_state_machine_lock
table going above the default auto-increment column range? Over the weekend it seems like we went over the column limit (it is an int4
, so 2147483647
) and caused some major issues šgreat-byte-99546
04/05/2022, 7:19 AMnumerous-kitchen-79937
04/05/2022, 7:27 AM$ingredients = PyzIngredientQuery::create()->findByFkRecipeId($recipeTransfer->getIdRecipe());
$recipeTransfer->setIngredients($ingredients);
But Iām not able to retrieve any ingredients via the PyzIngredientQuery. Iāve tried:
$ingredientEntities = PyzIngredientQuery::create()->findByFkRecipeId($recipeTransfer->getIdRecipe());
and:
$ingredientEntities = PyzIngredientQuery::create()->filterByFkRecipeId($recipeTransfer->getIdRecipe())->find();
ā¦neither of which are pulling any ingredient data.
When I hardcode the data:
$recipeTransfer->setIngredients('HELLO!');
āHELLO!ā does get placed in the Search table - so Iām sure that ā*setIngredients*ā works.mysterious-ambulance-11183
04/05/2022, 7:57 AM$ codecept run -g MyModuleGroup -vvv
I get the following error:
$ codecept run -g MyModuleGroup -vvv
Codeception PHP Testing Framework v4.1.22
Powered by PHPUnit 9.5.6 by Sebastian Bergmann and contributors.
[Groups] MangopayApi
[PyzTest\Yves\Application]: tests from /data/tests/PyzTest/Yves/Application
PHP Deprecated: The resolvable class cache is enabled but was not generated. in /data/vendor/spryker/kernel/src/Spryker/Shared/Kernel/ClassResolver/ResolvableCache/CacheReader/CacheReaderPhp.php on line 33
Deprecated: The resolvable class cache is enabled but was not generated. in /data/vendor/spryker/kernel/src/Spryker/Shared/Kernel/ClassResolver/ResolvableCache/CacheReader/CacheReaderPhp.php on line 33
In SessionStorage.php line 82:
[Whoops\Exception\ErrorException (2)]
session_set_save_handler(): Cannot change save handler when headers already sent
Exception trace:
at /data/vendor/spryker/session/src/Spryker/Shared/Session/Model/SessionStorage.php:82
Whoops\Run->handleError() at n/a:n/a
session_set_save_handler() at /data/vendor/spryker/session/src/Spryker/Shared/Session/Model/SessionStorage.php:82
I don't get the error, when I specify the codecept config of my module:
$ codecept run -c tests/PyzTest/Zed/MyModule -g MyModuleGroup
I started testing with docker/sdk testing
Has anyone an idea, what could cause this?echoing-computer-81312
04/05/2022, 9:21 AMvictorious-island-92911
04/06/2022, 6:15 AMbetter-controller-5205
04/06/2022, 11:50 AMvictorious-television-60346
04/07/2022, 7:49 AMdocker/sdk up
fails with unknown service "webdriver"
. What can i do in this case?salmon-rainbow-7401
04/07/2022, 12:11 PMnumerous-kitchen-79937
04/11/2022, 8:14 AMsilly-fall-63008
04/11/2022, 9:33 AMmysterious-king-59256
04/11/2022, 10:27 AM