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

deixadilson created an issue. See original summary.

quietone’s picture

Closed #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.

mmjvb’s picture

Status: Active » Closed (duplicate)