Reviewed & tested by the community
Project:
Ajax facets
Version:
7.x-3.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
27 May 2019 at 07:26 UTC
Updated:
25 Feb 2022 at 18:49 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
joseph.olstadthis change should go in please.
Comment #3
narkoff commentedSuccessfully tested patch #1, no issues.
Comment #4
i.koychev commentedThe patch works for me after changing the
$element['#attached']['library'] = array('system', 'drupal.ajax');with
$element['#attached']['library'][] = array('system', 'drupal.ajax');Otherwise an error occurs: Uncaught TypeError: Drupal.ajax is not a constructor.
Comment #5
sgdev commentedThanks, that's a fine change to make. Updated patch and interdiff are attached.