Problem/Motivation

Unable to install modules: module 'tsbu' is missing its dependency module extension_reference_field.

Steps to reproduce

Proposed resolution

Remaining tasks

Provide patch

User interface changes

API changes

Data model changes

Issue fork tsbu-3461438

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

akshay_d created an issue. See original summary.

ananya.k’s picture

Assigned: Unassigned » ananya.k
ananya.k’s picture

Assigned: ananya.k » Unassigned
Status: Active » Needs review

Hi @akshay_d,

Please download and install the " drupal/extension_reference_field " module using the following command:
composer require 'drupal/extension_reference_field:^1.2@beta'

Thank You!

akshay_d’s picture

@ananya.k

Thanks for looking at this. Yes, I was able to get it working with the explicit installation of extension_reference_field.

Ideally module dependencies needs to be installed during the original module installation.

  • f6e8e581 committed on 1.x
    Issue #3461438: Missing dependency with module extension_reference_field
    
pablo_pukha’s picture

I fixed it and added to new release

pablo_pukha’s picture

Status: Needs review » Fixed
pablo_pukha’s picture

Status: Fixed » Closed (fixed)
akshay_d’s picture

Thanks @Pablo_Pukha,

Its works fine now.