Skip to content
Snippets Groups Projects

Issue #3441406: Source entity type and id are not populated for a View page

Files

+ 1
7
@@ -14,13 +14,7 @@ use Drupal\webform\Utility\WebformDialogHelper;
*/
function webform_library_info_build() {
$base_path = base_path();
// @todo Remove once Drupal 10.2.x is only supported.
if (floatval(\Drupal::VERSION) < 10.2) {
$default_query_string = \Drupal::state()->get('system.css_js_query_string') ?: '0';
}
else {
$default_query_string = \Drupal::service('asset.query_string')->get();
}
$default_query_string = \Drupal::service('asset.query_string')->get();
/** @var \Drupal\webform\WebformInterface[] $webforms */
$webforms = Webform::loadMultiple();
Loading