-
Notifications
You must be signed in to change notification settings - Fork 9.3k
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
Disabeling js merge,bundle,minify does not work in admin #10605
Comments
This is a duplicate of #6638 (which was unfortunately closed due to Magento support people not understanding the problem :p). @Taral-Patoliya: any particular reasons for wanting this behaviour? Just out of curiousity :) We no longer need this ourselves, as it was a workaround for an unrelated issue which we were having, but which was fixed later on. |
@hostep We need to disable this behavior because we are getting js errors while accessing tiny_mce in backend for CMS Pages and Blocks, the tiny mce does not work with the js merged and bundled. |
@Taral-Patoliya thank you for your report.
|
@okorshenko I have updated the issue, and added the precondition |
I'll work on this one. Just to let you know. Thanks. |
I would like to leave an update here. Looking forward to your review. Thanks. |
Nice job @roma-glushko! But since in Magento 2.2.0, the developer tab is no longer available in production mode, should effort still be put into fixing this bug? Unless you can still manipulate these settings from the config.php file? (which I haven't verified yet) |
This is still an issue in Magento 2.2.4 and therefor the editors are not working like @Taral-Patoliya explained |
Hi @engcom-Dash. Thank you for working on this issue.
|
@magento give me 2.4-develop branch |
@magento give me 2.4-develop instance |
Hi @engcom-Dash. Thank you for your request. I'm working on Magento instance for you. |
Hi @engcom-Dash, here is your Magento Instance: https://14e8683c8f0527122c351834bf9d1e7e.instances.magento-community.engineering |
@engcom-Dash: it kind of looks good I think (not sure why files aren't bundled in the admin that sounds like a problem still).
Which you said you did, but according to your screenshots you did the exact opposite... Update: make sure you have production mode enabled, otherwise those settings won't be put into effect |
How to unsubscribe of this channel? Magento is finally dead, but I'm still getting notifications of this thread and GitHub bugs to unsubscribe me (( |
@denysaw-gaming: There should be an If you want to see what the future of Magento looks like, I would suggest you start following https://mage-os.org/ instead where we will try to continue with moving it forward without Adobe's help. |
@hostep Thanx ;) I got I was logged in with different account. And Github was unable to unsubscribe me cuzz of that. |
Hi @engcom-Bravo. Thank you for working on this issue.
|
@magento give me 2.4-develop instance |
Hi @engcom-Dash. Thank you for your request. I'm working on Magento instance for you. |
Hi @engcom-Dash, here is your Magento Instance: https://14e8683c8f0527122c351834bf9d1e7e.instances.magento-community.engineering |
Hi @hostep , Thanks for contribution with us, 1.We verified the issue according to your last comment...we are not able to reproduce the issue and we are trying to reproduce the issue in 2.4-develop branch. Disabling Js merge, minify, bundling for default scope in system config Magento version-2.4-develop Steps we followed: We are getting error in console and Js file or bundled files not loaded in both admin panel and store view. Screenshots for your reference: Let us know if we are missing anything!!! Thanks!!! |
Hi @Taral-Patoliya , We have noticed that this issue has not been updated for a period of 14 Days. Hence we assume that this issue is fixed now, so we are closing it. Please raise a fresh ticket or reopen this ticket if you need more assistance on this. Thanks. |
When disabling the js, and css ,merge, minify and bundling for default scope and keeping them enabled for website and store view scope, the admin still loads minified and bundled js
Preconditions
Steps to reproduce
Expected result
Actual result
1.Admin loads all the files bundled
The text was updated successfully, but these errors were encountered: