- Issue created by @pfrenssen
- Status changed to Closed: duplicate
7 months ago 2:37pm 18 September 2024 - 🇧🇬Bulgaria pfrenssen Sofia
Fixed in ✨ Expose "description" property on managed file elements Fixed .
Getting the following warning in the logs:
Warning: Undefined array key "#markup" in Drupal\graphql_webform\Plugin\GraphQL\DataProducer\WebformElementProperty->resolve() (line 114 of /home/vcap/app/docroot/modules/contrib/graphql_webform/src/Plugin/GraphQL/DataProducer/WebformElementProperty.php) #0 /home/vcap/app/docroot/core/includes/bootstrap.inc(166): _drupal_error_handler_real()
#1 /home/vcap/app/docroot/modules/contrib/graphql_webform/src/Plugin/GraphQL/DataProducer/WebformElementProperty.php(114): _drupal_error_handler()
#2 [internal function]: Drupal\graphql_webform\Plugin\GraphQL\DataProducer\WebformElementProperty->resolve()
#3 /home/vcap/app/docroot/modules/contrib/graphql/src/Plugin/GraphQL/DataProducer/DataProducerPluginBase.php(57): call_user_func_array()
#4 /home/vcap/app/docroot/modules/contrib/graphql/src/Plugin/GraphQL/DataProducer/DataProducerProxy.php(238): Drupal\graphql\Plugin\GraphQL\DataProducer\DataProducerPluginBase->resolveField()
#5 /home/vcap/app/docroot/modules/contrib/graphql/src/Plugin/GraphQL/DataProducer/DataProducerProxy.php(181): Drupal\graphql\Plugin\GraphQL\DataProducer\DataProducerProxy->resolveUncached()
#6 /home/vcap/app/docroot/modules/contrib/graphql/src/GraphQL/Utility/DeferredUtility.php(72): Drupal\graphql\Plugin\GraphQL\DataProducer\DataProducerProxy->Drupal\graphql\Plugin\GraphQL\DataProducer\@closure()
Not all elements that extend WebformMarkupBase
have a #markup
element.
Closed: duplicate
2.0
Code
Fixed in ✨ Expose "description" property on managed file elements Fixed .