As written, the $federated_search_app_config['sm_site_name'] is not populated properly when all values are unchecked. This problem is because the form saves the array in the format:

[
 'option 1' => 0,
 'option 2' => 0,
]

Which leads to a bad variable being set.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

agentrickard created an issue. See original summary.

agentrickard’s picture

agentrickard’s picture

Status: Active » Needs work
FileSize
1.11 KB

Last patch is wrong. This works. Still need to test the proxy.

agentrickard’s picture

Status: Needs work » Needs review
FileSize
3.37 KB

And a patch that handles the proxy server.

  • agentrickard committed 53a4991 on 7.x-2.x
    Issue #3071454 by agentrickard: Bad logic for site list
    
agentrickard’s picture

Status: Needs review » Fixed

Status: Fixed » Closed (fixed)

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