delightful-helicopter-40407
04/14/2023, 1:43 PMclean-sundown-47111
04/17/2023, 5:18 AMfast-activity-30172
04/17/2023, 6:43 AMclean-sundown-47111
04/17/2023, 6:46 AMclean-sundown-47111
04/17/2023, 9:16 AMable-judge-69057
04/17/2023, 11:09 AMrough-finland-88303
04/17/2023, 11:17 AMbulky-toothbrush-76
04/17/2023, 11:25 AMrough-agency-88294
04/18/2023, 6:33 AMrough-agency-88294
04/18/2023, 7:29 AMrich-guitar-29888
04/18/2023, 8:26 AMable-judge-69057
04/18/2023, 12:35 PMacoustic-painter-45206
04/18/2023, 12:43 PMextension-init.entry.js
2. Built the solution, made sure that new bundle is available via the corresponding endpoint
Now, I want to somehow to include my new asset file to the Zed layout @Gui/Layout/layout.twig
:
<script src="{{ assetsPath('js/extension-init.js') }}"></script>
Is there any way to do that without copying all the entire contents of vendor's src/Spryker/Zed/Gui/Presentation/Layout/layout.twig
to a new layout file, which I'm trying to avoid to make sure that new versions of Gui module wouldn't conflict with my old code? Or maybe there's any other option for me to include the block of html on every Zed page?clean-sundown-47111
04/19/2023, 9:19 AMrough-finland-88303
04/19/2023, 12:05 PMspy_category
CHANGE fk_category_template
fk_category_template
INTEGER NOT NULL". Aborting migration.</error>
in /data/vendor/propel/propel/src/Propel/Generator/Command/MigrationMigrateCommand.php (149)fierce-agency-72925
04/19/2023, 1:39 PM<table name="spy_category_node" idMethod="native">
<foreign-key foreignTable="spy_category_node" refPhpName="Node" onDelete="CASCADE" >
<reference foreign="id_category_node" local="fk_parent_category_node"/>
</foreign-key>
<foreign-key foreignTable="spy_category" refPhpName="Node" onDelete="CASCADE">
<reference foreign="id_category" local="fk_category"/>
</foreign-key>
</table>
and executed
console propel:install
wonderful-baker-94910
04/19/2023, 2:06 PMrich-guitar-29888
04/20/2023, 4:43 AMambitious-carpet-94690
04/20/2023, 6:22 AMalert-carpet-93304
04/20/2023, 7:34 AMnumerous-crowd-1561
04/20/2023, 11:43 AMlate-tiger-76201
04/20/2023, 2:14 PMearly-army-90039
04/20/2023, 6:08 PMspy_product_category_filter
file from RESTRICT
to CASCADE
. Please let me know which steps I should follow.
When I am trying by putting following code:
<foreign-key foreignTable="spy_category" onDelete="CASCADE">
<reference foreign="id_category" local="fk_category" />
</foreign-key>
I am getting this error:clean-sundown-47111
04/21/2023, 1:22 PMkind-sunset-60137
04/22/2023, 10:38 AMkind-sunset-60137
04/22/2023, 10:39 AMwonderful-baker-94910
04/22/2023, 11:28 AMastonishing-belgium-59421
04/24/2023, 6:32 AMalert-carpet-93304
04/24/2023, 10:34 AMswift-plastic-31133
04/25/2023, 5:59 AM