Skip to content

Fix analyzer method update in editor

Samuel GAIST requested to merge fix_analyzer_method_signature_change into master

When editing an algorithm, checking the analyzer checkbox would replace the current process method by null. This patch fixes that.

Merge request reports