When you look at search settings, its easy to spot the odd one in the crowd. Active search modules has no fieldset around it, where it should have. It seems this was forgotten in the initial commit.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

Bojhan’s picture

Status: Active » Needs review
FileSize
1.7 KB
8.27 KB
5.33 KB

activesearchmodules_before.png

After

activesearchmodules_after.png

Status: Needs review » Needs work
Issue tags: -Usability

The last submitted patch, , failed testing.

Status: Needs work » Needs review

Re-test of from comment #2391430 was requested by @user.

Status: Needs review » Needs work
Issue tags: +Usability

The last submitted patch, , failed testing.

casey’s picture

FileSize
845 bytes

Reroll + small change:

$form['search_active_modules']['options'] isn't going to work with variable_get('search_active_modules')

should be:

$form['search_active_modules']['search_active_modules']

casey’s picture

Status: Needs work » Needs review
Bojhan’s picture

Status: Needs review » Reviewed & tested by the community

Works

webchick’s picture

Status: Reviewed & tested by the community » Needs work

It's a bit unorthodox to repeat ourselves repeat ourselves that way. ;) I worry it's going to create confusion for developers trying to read this and suss out what the variable name is.

Can we make the first index just 'active' instead of the full name of the variable?

casey’s picture

Status: Needs work » Needs review
FileSize
1.06 KB
Bojhan’s picture

Status: Needs review » Reviewed & tested by the community

Back to RTBC

webchick’s picture

Status: Reviewed & tested by the community » Fixed

Committed to HEAD. Thanks!

Status: Fixed » Closed (fixed)
Issue tags: -Usability

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