Problem/Motivation

While upgrading an instance from Drupal 8 to 9 we also upgraded the config_view module to 9.0.0, but this broke a view with a block display that shows a list of webforms (just title with a custom a href link) with the following error:

TypeError: Argument 1 passed to Drupal\config_view\Form\ConfigViewHelper::responseToString() must be an object, string given, called in /var/www/html/web/modules/contrib/config_view/src/Plugin/views/query/ConfigViewQuery.php on line 734 in Drupal\config_view\Form\ConfigViewHelper::responseToString() (line 153 of modules/contrib/config_view/src/Form/ConfigViewHelper.php).

Steps to reproduce

Have at least one webform. Create a view based on webform config. Add a field Webform Title.

Comments

MPaans created an issue. See original summary.

  • geoanders committed 4669cf8 on 9.0.x
    Issue #3273890 - Fix responseToString() issue.
    
geoanders’s picture

Version: 9.0.0 » 9.0.x-dev
Status: Active » Needs review

Please see 9.0.x-dev for fix.

This seems to have resolved now on my end. Are you able to confirm?

geoanders’s picture

geoanders’s picture

geoanders’s picture

StatusFileSize
new1.59 KB
geoanders’s picture

geoanders’s picture

Status: Needs review » Fixed

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.