Problem/Motivation
When the Acquia DAM module and its sub-modules were listed on the Drupal modules page (/admin/modules), they appeared under the generic Media package group. This made it harder to identify and manage all Acquia DAM-related modules at a glance, as they were mixed with other unrelated media modules.
Proposed resolution
Update the package key in the *.info.yml files of the Acquia DAM module and all its sub-modules
from:
package: Media
to:
package: Acquia DAM
Expected behaviour
All Acquia DAM-related modules are now grouped together under the Acquia DAM package on the Drupal modules page, making it easier for site administrators to identify, enable, and manage them collectively.
Issue fork acquia_dam-3584077
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #2
rajeshreeputraComment #4
rajeshreeputraRequesting review.
Comment #5
thoward216 commentedChanges look good to me.
Comment #6
rajeshreeputrarebased.
Comment #8
rajeshreeputraMR merged!