Closed (fixed)
Project:
Drupal core
Version:
8.0.x-dev
Component:
migration system
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
18 Jul 2014 at 18:55 UTC
Updated:
15 Nov 2014 at 14:14 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
ultimikeSo, I guess the question is:
Thoughts?
Thanks,
-mike
Comment #2
jhodgdonIt seems to me that if you're migrating a d6/7 site into 8 and searches were logged there, to get an accurate migration you'd want the value TRUE in 8 as well to make searches logged. I believe that is why I was asked to file this issue.
Comment #3
svendecabooterOption 2 indeed seems logical.
Attached a patch that sets this default value. Feedback welcome
Comment #5
svendecabooterWas mixing integers and booleans. New patch in attachment.
Comment #6
benjy commentedCan we add a test for this as well?
Comment #7
ultimikePatch attached.
Thanks,
-mike
Comment #8
jhodgdonLooks good to me! But I'm not an expert in Migrate in 8 so... will leave to someone else to RTBC.
Comment #9
benjy commentedI agree that the default value as per D6/D7 should be migrated. Patch looks good. RTBC
Comment #10
alexpottThis issue is a prioritized change as per #2350615: [policy, no patch] What changes can be accepted during the Drupal 8 beta phase? and it's benefits outweigh any disruption. Committed 9872c3a and pushed to 8.0.x. Thanks!