Problem/Motivation

After the #3561028: Scope of the getMediaTypes to be public issue landed a regression was introduced where acquia_dam_update_9022() was calling the method Drupal\acquia_dam\MediaTypeResolver::getMediaTypes() that actually was refactored in Drupal\acquia_dam\MediaTypeResolver::getDamMediaTypes().

Steps to reproduce

Proposed resolution

Change acquia_dam_update_9022() to use Drupal\acquia_dam\MediaTypeResolver::getDamMediaTypes().

Remaining tasks

User interface changes

API changes

Data model changes

Issue fork acquia_dam-3618962

Command icon 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

hchonov created an issue. See original summary.

rajeshreeputra made their first commit to this issue’s fork.

rajeshreeputra’s picture

Status: Needs review » Fixed

MR merged!

Now that this issue is closed, review the contribution record.

As a contributor, attribute any organization that helped you, or if you volunteered your own time.

Maintainers, credit people who helped resolve this issue.

  • rajeshreeputra committed b8d070d2 on 1.1.x
    #3618962 - fix usage of removed Drupal\acquia_dam\MediaTypeResolver::...