Skip to content

Fix parameter filter crash

Samuel GAIST requested to merge 276_fix_parameter_filter_crash into master

Summary

Based on the provided test prefix, the filtering of unedited block parameters could fail as they would not appear on the corresponding editor dump and thus when checking with the content of the global parameters will lead to a crash.

This patch fixes that.

Relevant issue(s) fixed

Fixes #276 (closed)

Merge request reports