You are here

function webform_update_8200 in Webform 6.x

Same name and namespace in other branches
  1. 8.5 includes/webform.install.update.inc \webform_update_8200()

Issue #3161787: Image select element is included empty filter properties.

File

includes/webform.install.update.inc, line 3822
Archived Webform update hooks.

Code

function webform_update_8200() {
  _webform_update_elements_clear_properties([
    '#filter__placeholder' => '',
    '#filter__singlular' => '',
    '#filter__plural' => '',
    '#filter__no_results' => '',
  ]);
}