localgovdrupal / localgov_search

Default sitewide search implementation for LocalGov Drupal.
GNU General Public License v2.0
0 stars 1 forks source link

Add is syncing flag to hook_install #57

Closed andybroomfield closed 1 year ago

andybroomfield commented 1 year ago

Fix #56

Try to avoid calling hook_entity_bundle_create from .install during config sync operations.

andybroomfield commented 1 year ago

I've checked this on fresh install, and verified that with new content types the search index and the search view set up the correct displays. I notice the display modes themselves are not added as that is still a manual task, though I think that can be another issue.