Peter Jaap Blaakmeer
Peter Jaap Blaakmeer
I have the same issue now.. :(
Ah, I needed to run the price indexer as well for the new relations to show up.
You also need to add the css extension to the rewrite rule; For nginx; `rewrite "^/(.*)\.(\d{10})\.(gif|png|jpg|css)$" /$1.$3 last;`
But only if you have merging disabled. If you have merging enabled, don't add the '|css' part to the rewrite rule since the versioning timestamp is already included in the...
Actually, scratch my previous advice. It will cause other files not to be found. When using nginx, use this rewrite rule to let it find the correct file; ``` location...
This is the .htaccess equivalent; `RewriteRule ^skin/adminhtml/default/default/(.*)\.(.*)\.(.*) /skin/adminhtml/default/default/$1\.$3`
Isn't it time to merge this one into master?
Try setting passive to true in the constructor.
@davidrjonas I like it! Maybe hide the direct/indirect header when there are none? ``` +----------------------------------+---------+-----------+----------------------------------------------------------------------+ | Production Changes | From | To | Compare | +----------------------------------+---------+-----------+----------------------------------------------------------------------+ | ~ Direct ~~~~~~~~~~~~~~~~~~~~~~~...
@davidrjonas hmm I now noticed that table is incorrect, the `smile/elasticsuite` and `sivaschenko/magento2-clean-media` packages are actually direct dependencies.