Problem/Motivation
When we change Acquia Subscription configuration using manual approach, then Solr server URL is not changed on Apache Solr search Settings page.
On 'Acquia Subscription setup' (/admin/config/system/acquia-agent/setup) page I click 'Configure manually' button, provide credentials on configuration form. If I navigate to Apache Solr search admin page (/admin/config/search/apachesolr/settings/acquia_search_server_3/edit), then the value doesn't change in Solr server URL field.
Proposed resolution
Update acquia_search_form_apachesolr_environment_edit_form_alter() to display the url based on actual credentials.
Issue fork acquia_connector-3333633
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
Comment #3
yurikulinkovich commentedComment #4
renat33 commentedHello,
After the fix made by yurikulinkovich the value has changed in Solr server URL field on Apache Solr search admin page (/admin/config/search/apachesolr/settings/acquia_search_server_3/edit). Works as expecred.
Thank you
Comment #5
mglaman+1 fixes the value.
Comment #8
mglaman