Skip to content
Snippets Groups Projects
Commit 2368dd41 authored by Robin Andrew's avatar Robin Andrew Committed by Sean B
Browse files

Issue #3166490 by roborew, azinck, robin.ingelbrecht, gambry, extect, seanB:...

Issue #3166490 by roborew, azinck, robin.ingelbrecht, gambry, extect, seanB: Trigger ajax refresh when display ID is changed
parent 1f35c698
No related branches found
No related tags found
No related merge requests found
......@@ -121,6 +121,15 @@ trait ViewsReferenceTrait {
':input[name="' . $target_id_name_string . '"]' => $view_selected_js_state,
],
],
'#ajax' => [
'callback' => [$class, 'itemAjaxRefresh'],
'event' => $ajax_event,
'wrapper' => $html_wrapper_id,
'progress' => [
'type' => 'throbber',
'message' => $this->t('Getting options...'),
],
],
];
$field_data = [];
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment