Skip to content

Ensure created resources/agents reconfigure with up-to-date stored config

The setter calls before only update the working copy of the config data in the setting object. As it was not specified what agents are expected to do on the "reconfigure" signal, many do not ensure the data gets synced to the storage, so further incarnations of the out-of-agent-process config dialogs would still read outdated data from the storage. Other agents are even discarding the working copy and reloading from the storage, thus losing the new settings,

Creates consistency with at least

@vkrause @mlaurent

Edited by Friedrich W. H. Kossebau

Merge request reports