Problem/Motivation
The default_nodes_main variable does not have a migration to D8 (node.settings).
Proposed resolution
Create the migration.
Remaining tasks
Create the migration, write the test.
User interface changes
None.
API changes
None.
| Comment | File | Size | Author |
|---|---|---|---|
| #4 | 2353699-4.patch | 2 KB | jarsenx |
| #3 | 2353699-3.patch | 2 KB | jarsenx |
| #2 | 2353699-2.patch | 2 KB | jarsenx |
Comments
Comment #1
jarsenx commentedComment #2
jarsenx commentedFixed migration issue for default_nodes_main variable.
Comment #3
jarsenx commentedUpdated patch based on results of code review.
Comment #4
jarsenx commentedCleaned up some extra spaces at the end of a line.
Comment #5
benjy commentedThanks this looks good. Nice spot with the un-needed dependency on d6_node_type
Comment #6
alexpottCommitted 864a9b9 and pushed to 8.0.x. Thanks!