Problem/Motivation

The migration of search.settings configuration (d7_search_settings) assumes that the search_default_module variable is always set. Based on the most recent Drupal 7 codebase, this is false. I guess that it is only set if the admin/config/search/settings form was submitted.

Proposed resolution

I think that since the Drupal 7 default value is node, Drupal core has to provide a default value node_search here.

Remaining tasks

User interface changes

API changes

Data model changes

Release notes snippet

Issue fork drupal-3151993

Command icon Show commands

Start within a Git clone of the project using the version control instructions.

Or, if you do not have SSH keys set up on git.drupalcode.org:

Comments

huzooka created an issue. See original summary.

huzooka’s picture

huzooka’s picture

Assigned: huzooka » Unassigned
Status: Active » Needs work
StatusFileSize
new461 bytes
huzooka’s picture

Status: Needs work » Needs review

Version: 9.1.x-dev » 9.2.x-dev

Drupal 9.1.0-alpha1 will be released the week of October 19, 2020, which means new developments and disruptive changes should now be targeted for the 9.2.x-dev branch. For more information see the Drupal 9 minor version schedule and the Allowed changes during the Drupal 9 release cycle.

wim leers’s picture

Status: Needs review » Reviewed & tested by the community

#3152789: Add required variables config to Variable migrate source plugin, and if one of those are missing, return zero rows landed a month ago — no blockers left for this! Been using this for months and it works great 👍

benjifisher’s picture

Status: Reviewed & tested by the community » Needs work

I do not know why the testbot did not set the status to NW with the failing test.

Just a guess based on the previous comment: this issue may need an update after #3182891: The variables_required setting is a tricky name.

benjifisher’s picture

Issue summary: View changes
Issue tags: +Novice

A quick look at the patch confirms my guess. This update looks like a Novice task, so I am adding the tag and updating the "Remaining tasks" in the issue summary.

wim leers’s picture

Correct :) Thanks for adding the Novice tag!

anmolgoyal74’s picture

Status: Needs work » Needs review
StatusFileSize
new470 bytes
benjifisher’s picture

Status: Needs review » Needs work

@anmolgoyal74:

Thanks for updating a patch!

We now have the option of using merge requests (MRs). Look for the green "Create issue fork" button. But if you continu using the old patch-based approach, then please attach an interdiff along with the patch. See Creating an interdiff.

benjifisher’s picture

Issue summary: View changes
Status: Needs work » Reviewed & tested by the community
Issue tags: -Novice

@anmolgoyal74:

I should have suggested that a Novice task like this is a good time to try something new, like creating a MR, but it looks as though you did not need that nudge.

It seems that creating a MR does not automatically set the issue status to NR. That may change, but for now, please check that when you create a new MR.

Back to RTBC based on #6.

Status: Reviewed & tested by the community » Needs work

The last submitted patch, 10: 3151993-10.patch, failed testing. View results

quietone’s picture

Status: Needs work » Reviewed & tested by the community

The testbot is retesting the patch in #10 which fails and then sets the status to NW. Asked in #contribute and if I understand correctly, the thing to do is remove the patch from the display. So, this removes the patch from display and resets the status to RTBC for the MR in #12.

alexpott’s picture

Version: 9.2.x-dev » 9.1.x-dev
Status: Reviewed & tested by the community » Fixed

Committed and pushed 989fdedc77 to 9.2.x and aec49c3e7c to 9.1.x. Thanks!

  • alexpott committed 989fded on 9.2.x
    Issue #3151993 by anmolgoyal74, huzooka, benjifisher, Wim Leers,...

  • alexpott committed aec49c3 on 9.1.x
    Issue #3151993 by anmolgoyal74, huzooka, benjifisher, Wim Leers,...

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.