Problem/Motivation
When configurable plugins are exported, they output their current configuration. If that matches exactly to a plugin's default configuration, it's not necessary to store it.
Proposed resolution
Move the Condition plugin code to the parent class.
This is also needed by #2295129: Filter formats should not save plugin data when the plugin configuration matches defaults.
Remaining tasks
If #2295129: Filter formats should not save plugin data when the plugin configuration matches defaults goes in first, reroll to remove that bit.
User interface changes
API changes
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | plugin-2310023-1.patch | 2.46 KB | tim.plunkett |
Comments
Comment #1
tim.plunkettBecause we move this up, we don't have to bother with a second loop and unset, we can just not assign it in the first place.
Comment #2
tim.plunkett- dawehner, in #2295129-29: Filter formats should not save plugin data when the plugin configuration matches defaults