Problem/Motivation

TypeError: Drupal\shortcut_menu\Form\ShortcutMenuSetCustomize::getShortcutUuidFromId(): Argument #1 ($id) must be of type int, null given, called in shortcut_menu/src/Form/ShortcutMenuSetCustomize.php on line 108 in shortcut_menu/src/Form/ShortcutMenuSetCustomize.php on line 194

Steps to reproduce

Move nested links around and try to save.

Proposed resolution

Add `$id = null` to `getShortcutUuidFromId()` method.

Remaining tasks

User interface changes

API changes

Data model changes

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:

  • 3.x Comparechanges, plain diff MR !3

Comments

joegl created an issue.

  • pookmish committed 63ad190e on 3.x authored by joegl
    Issue #3377839: TypeError: Argument #1 ($id) must be of type int, null...