Closed (duplicate)
Project:
Facets
Version:
8.x-1.2
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
23 Jan 2019 at 13:35 UTC
Updated:
23 Jan 2019 at 17:11 UTC
Jump to comment: Most recent
Using drupal core 8.5 I cannot execute the facets_update_8006().
drush updatedb shows the update info "Update facet blocks configuration with a block id used for AJAX support" (taken from the description of facets_update_8006) but the function is never called.
I digged a little deeper and found:
facets_update_dependencies())facets_update_dependencies() blocks the execution of facets_update_8006() until block_content update 8600 is performed - which is never!facets_update_8006() is never executed!drush updatedb will show facets_update_8006 again and again!See hook_update_N() and hook_update_dependencies().
So I think we need some check for the drupal version in facets_update_dependencies().
Comments
Comment #2
gngn commentedDuplicates #3019306.