Update to drupal 10.2.0 throws EntityStorageException, because no link template 'canonical' or 'edit-form' is found

Created on 20 December 2023, 11 months ago
Updated 25 March 2024, 8 months ago

Steps to reproduce

After updating drupal core our tests with the following code failed.

    $note = ModerationNote::create([
      'entity_type' => 'moderation_note',
      'entity_id' => $id,
      'entity_field_name' => 'field_paragraphs',
      'entity_langcode' => 'en',
      'entity_view_mode_id' => 'full',
      'assignee' => $user->id(),
    ]);
    $note->save();
πŸ› Bug report
Status

Fixed

Version

1.0

Component

Code

Created by

πŸ‡­πŸ‡ΊHungary balagan

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

Merge Requests

Comments & Activities

Production build 0.71.5 2024