Closed
Description
follow up issue to #1013 this time to make sure everything works, as people reported #1206 is incomplete.
Community driven Issue.
Collects all the seperate Issues and maybe Issues which should be Tested
Issues:
- files in
var/generation/
are not generated (solved by add modules outside of app/code directory to DiCompile #1659) -
etc/adminhtml/system.xml
is not loaded (probably solved by add support for loading etc/adminhtml/system.xml for modules outside … #1709)
Things which should get tested:
- email templates
-
\Magento\Framework\Module\Dir\Reader
(loading of composer.json) (maybe solved by Fix issue with ModuleDirReader not finding files in vendor modules #1490 ) - all related to
\Magento\Framework\View\Design\Fallback\RulePool
- email templates
- dynamic view files
- template files
- static view files, such as CSS, JavaScript, images
-
DiCompileMultiTenantCommand
Magento Internal parts which may not Work if placed outside of app/code/
:
a lot of them make use of $filesystem->getDirectoryRead(DirectoryList::MODULES)
where Iam not sure how it works/acts.
- ImportExport
-
\Magento\ImportExport\Controller\Adminhtml\Import\Download
-
-
\Magento\PageCache\Model\Config
(reading of vcl file) -
\Magento\Paypal\Block\Iframe
-
\Magento\Persistent\Model\Persistent\Config
-
DependenciesShowFrameworkCommand
-
\Magento\Setup\Model\SampleData