Actions
Bug #6811
closedcapture plugins: capture plugins unusable due to initialization order
Affected Versions:
Effort:
Difficulty:
Label:
Description
Somewhere during developer, interface validation was moved earlier during startup to a point before plugins loaded. This meant you could still load a plugin, but couldn't use one as a capture method.
To fix, plugins need to be registered earlier, but not too early as some initialization is expected.
Will need to look further to see if this is just master, or affects 7.0 as well.
Actions