Closed (fixed)
Project:
Search API
Version:
8.x-1.x-dev
Component:
Framework
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
8 Jul 2015 at 10:57 UTC
Updated:
24 Jul 2015 at 07:24 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
ekes commentedCleans up a set of test fails I had.
Comment #2
mkalkbrennerPriority is 'Critical' because it leads to a fatal error when creating a new index:
Fatal error: Call to a member function getOptions() on a non-object ...BTW: The corresponding change record is EntityFormInterface::validate() removed in favor of EntityFormInterface::validateForm()
Comment #4
ekes commentedNB: The exception that this fails on is there without this patch. It's something separate.
Comment #5
mkalkbrennerJust a minor addition. IndexProcessorsForm::validateForm() should also delegate to parent::validateForm().
Comment #7
ekes commentedSee #2529990: Call to Renderer::render() causing an exception. for a patch that makes that exception go away.
Comment #9
drunken monkeyThanks a lot to both of you, looks good. Committed.
In the future, if Core breaks our module, please feel free to ping me in IRC or via mail to commit the patch.
In any case, thanks again!