AmazeeLabs / silverback-mono

Silverback Monorepo. Central hub for our open source packages and tooling.
https://silverback.netlify.app
8 stars 7 forks source link

DrupalView data producer fatal error fix #1541

Closed chindris closed 2 months ago

chindris commented 2 months ago

Package(s) involved

@amazeelabs/graphql_drectives

Description of changes

The drupalView data producer iterates over the exposed filter form widgets using Element::children(), but if there are no widgets the $form variable is null intead of an empty array, so there is a fatal error thrown by PHP.

How has this been tested?

Locally, manually.