rough-agency-88294
09/21/2022, 9:34 AMpurple-forest-91115
09/21/2022, 12:59 PMimportant-twilight-31957
09/21/2022, 3:05 PMPyz/Zed
but non of the changes are applied.little-scooter-77901
09/21/2022, 8:28 PMfast-activity-30172
09/22/2022, 5:58 AM/vendor
directory to src/Pyz/Zed
how can I do that??calm-lamp-45600
09/22/2022, 7:03 AMenough-portugal-73677
09/22/2022, 7:25 AMenough-portugal-73677
09/22/2022, 9:52 AMpublish.product_concrete
queue taking more than two hours time to consume 2500 products?
We have setup the chunk size to 100.
$config[SynchronizationConstants::EXPORT_MESSAGE_CHUNK_SIZE] = 100;
$config[SynchronizationConstants::DEFAULT_SYNC_STORAGE_QUEUE_MESSAGE_CHUNK_SIZE] = 100;
$config[SynchronizationConstants::DEFAULT_SYNC_SEARCH_QUEUE_MESSAGE_CHUNK_SIZE] = 100;
$config[EventConstants::EVENT_CHUNK] = 100;
some-stone-92221
09/22/2022, 12:39 PMgreat-byte-99546
09/22/2022, 1:15 PMspy_product_bundle
has both fks to spy_product
instead of one fk to spy_product
and one to spy_product_abstract
ancient-apartment-59274
09/23/2022, 6:57 AM● webpack output:
ERROR in ./vendor/spryker/gui/assets/Zed/sass/main.scss
Module build failed (from ./node_modules/@spryker/oryx-for-zed/node_modules/mini-css-extract-plugin/dist/loader.js):
ModuleBuildError: Module build failed (from ./node_modules/sass-loader/dist/cjs.js):
SassError: Undefined function.
╷
369 │ $navbar-padding-horizontal: floor(math.div($grid-gutter-width, 2)) !default;
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
vendor/spryker/gui/assets/Zed/node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_variables.scss 369:42 @import
vendor/spryker/gui/assets/Zed/node_modules/bootstrap-sass/assets/stylesheets/_bootstrap.scss 8:9 @import
vendor/spryker/gui/assets/Zed/sass/main.scss 11:9 root stylesheet
at /data/node_modules/@spryker/oryx-for-zed/node_modules/webpack/lib/NormalModule.js31620
at /data/node_modules/loader-runner/lib/LoaderRunner.js36711
at /data/node_modules/loader-runner/lib/LoaderRunner.js23318
at context.callback (/data/node_modules/loader-runner/lib/LoaderRunner.js11113)
at /data/node_modules/sass-loader/dist/index.js627
at Function.call$2 (/data/node_modules/sass/sass.dart.js9264616)
at _render_closure1.call$2 (/data/node_modules/sass/sass.dart.js8114712)
at _RootZone.runBinary$3$3 (/data/node_modules/sass/sass.dart.js2726818)
at _FutureListener.handleError$1 (/data/node_modules/sass/sass.dart.js2581819)
at _Future__propagateToListeners_handleError.call$0 (/data/node_modules/sass/sass.dart.js2611649)
@ ./vendor/spryker/gui/assets/Zed/js/modules/commons.js 74:0-31
@ ./vendor/spryker/gui/assets/Zed/js/spryker-zed-gui-commons.entry.js
ERROR in ./vendor/spryker/gui/assets/Zed/node_modules/summernote/dist/summernote.js
Module not found: Error: Can’t resolve ‘jQuery’ in ‘/data/vendor/spryker/gui/assets/Zed/node_modules/summernote/dist’
@ ./vendor/spryker/gui/assets/Zed/node_modules/summernote/dist/summernote.js 15:27-44
@ ./vendor/spryker/gui/assets/Zed/js/modules/commons.js
@ ./vendor/spryker/gui/assets/Zed/js/spryker-zed-gui-commons.entry.js
✘ build failedAnyone faced this issue too? Best regards
acceptable-sundown-99280
09/23/2022, 8:04 AMTestimonialResourceRouteVersion2Plugin, TestimonialResourceRouteVersion3Plugin
and added ResourceVersionableInterface
in implement. it has method getVersion function per file as well.
Version2 File:
public function getVersion(): RestVersionTransfer
{
return (new RestVersionTransfer())
->setMajor(2)
->setMinor(0);
}
Version3 File:
public function getVersion(): RestVersionTransfer
{
return (new RestVersionTransfer())
->setMajor(3)
->setMinor(0);
}
I have added in GlueDependencyProvider file as well. Issue is when I try to request to the data, it always returning Version3 data. I passed version:2.0 in header parameter but it't not retrieving version 2.0 data.
If I pass wrong version number, 4.0 as header param, it should return 404 as well but in my case it's returning version 3.0 data . Seems something is missing.
Any help would be appreciated.best-furniture-89489
09/23/2022, 9:22 AMearly-army-90039
09/23/2022, 12:26 PMuse Symfony\Component\HttpKernel\Log\Logger;
and using logger like this:
$this->logger->log($e->getPrevious()->getMessage(), LogLevel::INFO);
But where I can check the logs?clever-student-2834
09/23/2022, 7:45 PM$productTransfer = new ProductAbstractTransfer();
, I get an error saying "*Missing property fk_tax_set
in `Generated\\Shared\\Transfer\\ProductAbstractTransfer`*". The product transfer is generated out of the box. Can someone help me if I should add it manually to the schema file and re-run transfer:generate or is there any other way around.
The field fk_tax_set is present in databaseacoustic-painter-45206
09/23/2022, 8:43 PM202204.0
release. Though updating most of packages went pretty fine, we still have some issue with one of them:
spryker-feature/content-item
As far as I see, it was never updated since 202009.0
, and now it has conflicting packages with spryker-feature/file-manager:202204.0
:
Problem 1
- Root composer.json requires spryker-feature/content-item 202009.0 -> satisfiable by spryker-feature/content-item[202009.0].
- spryker-feature/content-item 202009.0 requires spryker-shop/content-file-widget ^1.0.0 -> found spryker-shop/content-file-widget[1.0.0, 1.0.1, 1.1.0] but the package is fixed to 2.0.0 (lock file version) by a partial update and that version does not match. Make sure you list it as an argument for the update command.
Is there any chance that spryker-feature/content-item
will receive an update in the future or should we drop it? What would be the best approach to replace it? Currently, our managers are using some content items in CMS pages.modern-cpu-62347
09/26/2022, 10:45 PMglamorous-book-96870
09/27/2022, 3:52 PMbulky-helicopter-87316
09/28/2022, 6:31 AMhallowed-dentist-19902
09/28/2022, 3:00 PMhallowed-dentist-19902
09/28/2022, 3:00 PMnumerous-kitchen-79937
09/28/2022, 11:13 PM'GatewayController.php'
file inside my custom module in:
'Pyz/Zed/MyModule/Communication/Controller'
But I get an error that my route is not found.
I’ve tried running:
'router:cache:warm-up'
Then:
'router:cache:warm-up:backend-gateway'
But on checking the generated files… there’s no sign of my custom route in the generated routes file.
It looks like the new GatewayController.php file is not being found by the router.
Is there something I’m missing?green-engine-89301
09/29/2022, 12:26 PMfast-activity-30172
09/30/2022, 5:27 AMagreeable-autumn-69852
09/30/2022, 6:00 AMagreeable-autumn-69852
09/30/2022, 6:00 AMpurple-evening-1996
09/30/2022, 11:25 AMcart rule discounts
.
I created 2 example percentage cart rule discounts, which are successfully applied to the given cart items.
If I increase the quantity of a cart item, the calculatedDiscounts
will be applied twice, but with quantity 1. Why?
Is there a reason why the quantity number of a calculatedDiscount is not be increased?
Given: 2 products, 2 cart rules -> 4 applied calculated discounts with quantity 1
Expected: 2 products, 2 cart rules -> 2 applied calculated discounts with quantity 2few-tomato-6859
09/30/2022, 2:30 PMZed > Content > Block > Edit Placeholder
Pages.
It changes my twig loops on save or if I change back to normal view after editing the code in code view.
Is there a place in the code where I can look into its reformatting behaviour or disable it altogether?
I'll put a code example in the thread.some-gpu-85939
10/03/2022, 9:48 AMhandsome-lighter-20713
10/04/2022, 1:24 PM