-
Notifications
You must be signed in to change notification settings - Fork 9.4k
Fixed bug when static content deploys including static data from disa… #24772
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
Fixed bug when static content deploys including static data from disa… #24772
Conversation
Hi @rganzhuyev. Thank you for your contribution
For more details, please, review the Magento Contributor Guide documentation. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please, cover changes with automated tests
*/ | ||
public function __construct( | ||
DesignInterface $design, | ||
CollectorInterface $fileSource, | ||
ErrorHandlerInterface $errorHandler, | ||
\Magento\Framework\View\Asset\Repository $assetRepo, | ||
\Magento\Framework\View\Design\Theme\ListInterface $themeList | ||
\Magento\Framework\View\Design\Theme\ListInterface $themeList, | ||
ModuleManagerInterface $moduleManager |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please, inject new dependencies according to our Backward Compatible Development Guide
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @rganzhuyev,
Could you review test failures and adjust code or tests itself (if they outdated)?
Also would be great to cover your changes with integration or unit test. Could you do that?
Yeah, could review and adjust this weekend. |
@rganzhuyev , I am closing this PR now due to inactivity. |
Hi @rganzhuyev, thank you for your contribution! |
…bled modules.
#24666
Description (*)
Fixed logic for css preprocessor to check if module is enabled before including its less / css resources to the generated static styles.
Fixed Issues (if relevant)