strong-winter-32294
03/08/2021, 9:40 AMCannot determine the column to bind to the parameter in clause "SpyProductAbstractLocalizedAttributes.fkLocale = ?".
I kinda tracked it down to this line:
https://github.com/spryker/product-management/blob/master/src/Spryker/Zed/ProductManagement/Communication/Table/ProductTable.php#L147
If changed from fkLocale
to fk_locale
(like the database-column-name) it works. Is it a known problem or do I have do update other dependencies to get it back working again?ancient-apartment-59274
03/08/2021, 12:44 PMunsetCachedKey()
but the value still remains in the buffer, so it seems the buffer is not touched when removing the key.
Any suggestions?kind-tomato-4671
03/08/2021, 7:12 PMnutritious-angle-64267
03/09/2021, 11:49 AMwide-wolf-99519
03/09/2021, 12:39 PMastonishing-lamp-41374
03/09/2021, 8:52 PM<table name="spy_stock">
<unique name="spy_stock-other_id">
<unique-column name="other_id" type="VARCHAR" size="10" required="false"/>
</unique>
...
Executing migration PropelMigration_1615322855 up
Propel\Runtime\Exception\RuntimeException - Exception: <error>Failed to execute SQL "CREATE UNIQUE INDEX `spy_stock-other_id` ON `spy_stock` (`other_id`(10))". Aborting migration.</error>
happy-addition-42792
03/10/2021, 8:45 AMc
which shows up when managing attributes for an abstract productblue-horse-99684
03/10/2021, 10:31 AMspryker/discount
from 9.11.0
to 9.11.3
Version 9.11.3
updated the dependency @spryker/jquery-query-builder
from ~2.5.2"
to ~2.5.2-spryker.1
[1]
Spryker/jquery-query-builder
requires jQuery.extendext
[2] but does not contain this dependency in the package.json
[3], like in the original package.json
[4].
due to this missing dependency our deployment is faulty and our zed ui backoffice is without any asset.
can someone help? what migration steps are needed to be done or can we create an bug ticket $somewhere?
thanks in advance :)
[1] https://github.com/spryker/discount/compare/9.11.2...9.11.3
[2] https://github.com/spryker/jquery-query-builder/blob/2.5.2-spryker.1/README.md
[3] https://github.com/spryker/jquery-query-builder/blob/2.5.2-spryker.1/package.json
[4] https://github.com/mistic100/jQuery-QueryBuilder/blob/2.5.2/package.json#L15wide-wolf-99519
03/10/2021, 11:18 AMthankful-musician-51132
03/10/2021, 12:17 PMpurple-forest-91115
03/11/2021, 5:38 PMlate-oil-50726
03/11/2021, 6:11 PMancient-apartment-59274
03/12/2021, 8:40 AMspy_merchant_relationship
table which represents the m:n mapping between the spy_merchant
and spy_company_business_unit
using the the ids of both as foreign key in spy_merchant_relationship
…
However, there is another table spy_merchant_relationship_to_company_business_unit
which represents another m:n relation between spy_company_business_unit
and spy_merchant_relationship
…
Do i miss something or isn’t the second table some kind of redundant information since its already represented by the first one?
I just wonder why my relation was not created but it seems my facade call didn’t consider this table.
Bestpolite-lunch-97479
03/12/2021, 2:06 PMSpryker\Yves\Kernel\Controller\AbstractController->redirectResponseExternal()
is deprecated and the doc block advises me to use Spryker\Yves\Kernel\Plugin\EventDispatcher\RedirectUrlWhitelistValidationEventDispatcherPlugin
instead. But there's no such class available. What package do I need to update to get it?wide-wolf-99519
03/12/2021, 2:40 PMastonishing-lamp-41374
03/12/2021, 8:01 PMdescription
=> console data:import:stock
then I would need to update the writer step or something?silly-motherboard-93855
03/15/2021, 10:24 AMwide-wolf-99519
03/15/2021, 1:42 PMmysterious-king-59256
03/16/2021, 12:28 PMwide-easter-55589
03/17/2021, 10:44 AMmysterious-king-59256
03/17/2021, 11:05 AMancient-apartment-59274
03/17/2021, 12:36 PMcrooked-accountant-90611
03/17/2021, 12:51 PMhallowed-printer-40886
03/17/2021, 5:27 PMastonishing-lamp-41374
03/18/2021, 7:54 PMname
which represents the name of the warehouse were the stock will reside. Cool.
The incoming file has this data referenced as an external id that has already been written to the spy_stock
table. This id is also available in the file coming in from the middleware... basically a foreign key for lookup. Question is do I need to build a repository with it's accompanying interface and plugin to it to lookup the name from the spy_stock
table with the id? so I can make the product to the warehouse. and if Ido need to do that, is this is a decent example of that being done
https://github.com/spryker/blog-example/blob/master/src/Spryker/Zed/Blog/Persistence/BlogRepository.phpgreen-motorcycle-81841
03/19/2021, 7:38 AMmysterious-pencil-76046
03/19/2021, 8:16 AMcalm-ocean-17799
03/19/2021, 9:25 AMcreateOrderTotals
updateOrderItems
updateOrderExpenses
judging the names, looks promising 🙂
The only thing, you might probably need to create respective method in \Spryker\Client\Sales\SalesClient to call this SalesFacade::updateOrder()wide-wolf-99519
03/19/2021, 10:01 AMancient-apartment-59274
03/19/2021, 11:11 AM