Skip to content

Fix error in reading config

Administrator requested to merge ci/e2e-error-log-investigate into master

Created by: eseliger

Closes #7866

This is a fix for the root cause of the noise reported in #7866 When reading a config value here: { action: ACTION_ID, when: 'get(config.experimentalFeatures, "searchStats")' }, the parser did not account for experimentalFeatures being not an object (here null). For properties on objects that don't exist, we return undefined instead now and the errors are gone

Merge request reports

Loading