Skip to content

Fix crash in envmanager

Carl Schwan requested to merge work/carl/fix-crash-envmanager into master

To delete an entry, we need to ensure the KConfigGroup and none of its parent config group is not const otherwise we it an assert in KConfig.

Merge request reports