Closed (fixed)
Project:
Acquia Search for Search API
Version:
7.x-1.x-dev
Component:
Code
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
28 Nov 2012 at 11:07 UTC
Updated:
26 Apr 2013 at 20:30 UTC
Jump to comment: Most recent file
Comments
Comment #1
cpliakas commentedHi Marty2081.
That's annoying, and thanks for posting. Sorry for the troubles this caused you, and we will address it is the next release.
Thanks,
Chris
Comment #2
cpliakas commentedThe attached patch is a bit of a hack, but it will reset the values to the defaults if you uncheck the checkbox. The reason for this technique is that we don't want to change the logic in the rest of the module that would cause issues on updating. In version >=2.0 of this module we should probably store the defaults in a server option and use that if the checkbox is not checked.
I am marking this patch as needs work, as the logic implemented in #1689778: Support the ability to connect to more than one subscription will need to be ported here. The patch should be a quick fix for people using the beta1 version, though.
Comment #3
cpliakas commentedAnd the patch...
Comment #4
cpliakas commentedPatch with logic ported.
Comment #5
cpliakas commentedCommitted at http://drupalcode.org/project/search_api_acquia.git/commit/a990414.