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
Issue fork shortcut_menu-3377839
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