Skip to content

Fix custom executor default config on register

What does this MR do?

Fix custom executor default config on register

Why was this MR needed?

The config for the Custom executor is not being nullified so it ends up being populated for every new executor that the user registers.

Are there points in the code the reviewer needs to double check?

Does this MR meet the acceptance criteria?

  • Documentation created/updated
  • Added tests for this feature/bug
  • In case of conflicts with master - branch was rebased

What are the relevant issue numbers?

Closes #4510 (closed)

Merge request reports