Problem/Motivation

The following commit http://cgit.drupalcode.org/salsa_entity/commit/?id=2e0a800
Introduced code that is using API functions of the taxonomy module, without adding
a dependency or checking whether the taxonomy module is enabled.

Was committed here: #2636428: Enable multiple multi target actions simultaneously

That can lead to crashes during installations with custom installation profiles or
also when updating a site that hasn't taxonomy enabled.

Proposed resolution

Add a dependency to the taxonomy module.

Comments

s_leu created an issue. See original summary.

s_leu’s picture

Issue summary: View changes
s_leu’s picture

Status: Active » Needs review
StatusFileSize
new503 bytes

Here's a patch that adds the missing dependency.

berdir’s picture

Status: Needs review » Fixed

Oops. Thanks.

  • Berdir committed 4ea3e75 on 7.x-1.x authored by s_leu
    Issue #2766079 by s_leu: salsa_advocacy is missing dependency to...

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.