modules/search/search.install:135: update_variables_to_config('search.settings'

Thanks in advance for helping many hands to make light work!
See #2125745: [meta] Variables to config migration [D6] for instructions

CommentFileSizeAuthor
#2 imp-d6-search-variables-2130433-1.patch5.07 KBjessehs

Comments

jessehs’s picture

Assigned: Unassigned » jessehs
jessehs’s picture

Status: Active » Needs work
StatusFileSize
new5.07 KB

Tests are passing but still needs work. I'm not sure where two of the variables are coming from in D6. See comments in the tests.

jessehs’s picture

Assigned: jessehs » Unassigned

I'd welcome some help here!

chx’s picture

Project: IMP » Drupal core
Version: » 8.x-dev
Component: Code » migration system
Assigned: Unassigned » chx
chx’s picture

Status: Needs work » Closed (duplicate)

Both of those are $conf-override only variables that have no UI; however drush vset might set them; it's no biggie for us to migrate them; so we do. I am fixing the tests and folding this into the Beast #2154955: Migrate variables to config