Closed (fixed)
Project:
Drupal core
Version:
8.0.x-dev
Component:
menu_link_content.module
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
20 Aug 2014 at 16:29 UTC
Updated:
7 Sep 2014 at 20:30 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
berdirHere is a patch. I don't think we need to set explicit defaults for things like an empty description. and title is required, so pointless to have an empty default value.
Comment #2
pwolanin commentedoops, thanks. Should figure out why tests are not catching this
Comment #3
berdirAdd form, without default values.
Comment #4
dawehnerAdded some proper test coverage here.
Comment #5
jibranAdding test only patch. To show the fails.
Comment #7
jibranThanks for the patch and tests @Berdir and @dawehner
Comment #8
webchickCommitted and pushed to 8.x. Thanks!