- πΊπΈUnited States smustgrave
Previously tagged for tests #4 which still need to happen.
Currently it is possible to create shortcuts with empty name even though the name is a required base field.
1. Copy shortcut link URL on any page.
It'll look like this.
/admin/config/user-interface/shortcut/manage/default/add-link-inline?link=admin/structure&name=Structure&token=903WdO2yQgvI1YJYdafbjZU4SzmDIUXL2XDqnUPUY8c
2. Remove name
query parameter from it.
3. Open the link in a browser.
The following message should appear.
Added a shortcut for .
Call $shortcut->validate()
method before saving the Shortcut entity.
Show violations as error messages.
Needs work
10.1 β¨
The change is currently missing an automated test that fails when run with the original code, and succeeds when the bug has been fixed.
Used to track the progress of issues reviewed by the Drupal Needs Review Queue Initiative.
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
Previously tagged for tests #4 which still need to happen.