Problem/Motivation
The d7_menu_links migration differs slightly from its D6 counterpart in a few ways, one of which is that it does not provide a default description when a link has no title attribute. This, as it turns out, can cause exceptions and/or fatals during migration.
Proposed Resolution
Add a default value to the d7_menu_links migration.
Remaining Tasks
All of it.
API/UI Changes
None.
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | 2562075-3.patch | 2.46 KB | phenaproxima |
| #3 | 2562075-3-FAIL.patch | 1.99 KB | phenaproxima |
| #2 | 2562075-2.patch | 481 bytes | phenaproxima |
Comments
Comment #2
phenaproximaInitial patch.
Comment #3
phenaproximaTests? Yay!
Comment #7
mikeryanAyup.
Comment #8
webchickCommitted and pushed to 8.0.x. Thanks!