Taxonomy migrations throw spurious errors and fail

Created on 23 June 2023, almost 2 years ago
Updated 7 July 2023, over 1 year ago

Problem/Motivation

These errors are coming from these lines in OrangeDamContent.php.


    if (!$valid) {
      throw new \Exception(sprintf('Invalid Orange DAM system identifier "%s".', $system_identifier));
    }

Taxonomy terms do not have system identifiers. The exception thrown is breaking taxonomy migrations.

Steps to reproduce

Proposed resolution

Remaining tasks

User interface changes

API changes

Data model changes

πŸ› Bug report
Status

Fixed

Version

1.0

Component

Code

Created by

πŸ‡ΊπŸ‡ΈUnited States adamzimmermann

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Production build 0.71.5 2024