-
Notifications
You must be signed in to change notification settings - Fork 9.4k
Static content deployment breaking template files in vendor #18048
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Hi @kamilszewczyk. Thank you for your report.
Please make sure that the issue is reproducible on the vanilla Magento instance following Steps to reproduce. To deploy vanilla Magento instance on our environment, please, add a comment to the issue:
where @kamilszewczyk do you confirm that you was able to reproduce the issue on vanilla Magento instance following steps to reproduce?
|
@kamilszewczyk : I assume it only happens when html minification is enabled? |
@hostep It does seem very similar to the #5316 I will keep an eye on this issue in 2.2.6 |
Hi @kamilszewczyk I'm not able to reproduce following steps you described. see attachments |
@kamilszewczyk if you like to update the issue please reopen. |
As mentioned in magento/magento2#18048 M2 team was not able to reproduce, however I was able to on another third party module.
Hello @engcom-backlog-nazar I have just noticed the same issue occured on other 3rd party module and it was reported here YotpoLtd/magento2-module-yotpo-reviews#18 |
Hi @kamilszewczyk thank you for you reply, yes i'm will testing this again, but if i'm good remember, I tested with the 7.1.20 php version |
Well at least thanks to the yotpo module bug report I know that it's not a isolated case that happened only for me, but is actually encountered by other people |
Hi @kamilszewczyk I'm not able to reproduce this on clean instance, seems like this issue related only to custom module. Can we close issue ? and in future if someone found this we can reopen. |
@kamilszewczyk I'm closing this issue, If someone have the same issue, so in future we can reopen this. |
Preconditions
Steps to reproduce
<script src="//test.js/<?php echo $block->getParam() ?>/<?php echo $block->getParam() ?>"></script><script>runFunction(1, 2);</script>
Expected result
Actual result
Changing the
<?php
echo syntax to<?=
fixes the issue but I don't think it's a desired behaviour?The text was updated successfully, but these errors were encountered: