Problem/Motivation
Modules installed via composer and via admin/modules/install are placed in different directories
If installed via composer the module is placed in modules/contrib
If installed via admin/modules/install it is placed in modules root folder
It can cause problems as developers can't know where exactly modules files reside as they can't know it the user installed it via composer or via admin interface.
Steps to reproduce
Install a module via composer and other via admin/mofules/install
Proposed resolution
Make both composer and admin interface place modules in the same place
Comments
Comment #2
quietone commentedClosed #2921297: Some modules in /modules/contrib others in /contrib directory as a duplicate of this, which only has an Issue Summary and one comment adding tags, so not adding credit. Please correct that if that is a mistake on my part.
Comment #3
mmjvb commented