Feature request #17378
Settings migration can only rename groups, not change the grouping
Status: | Open | ||
---|---|---|---|
Priority: | Normal | ||
Assignee: | Nathan Woodrow | ||
Category: | Unknown | ||
Pull Request or Patch supplied: | No | Resolution: | |
Easy fix?: | No | Copied to github as #: | 25275 |
Description
The settings migration can rename groups like in your example:
Qgis/connections-xyz/*;/qgis/connections-xyz/*
however, it fails to change the grouping depth, e.g.:
Qgis/connections-xyz/*;/qgis/connections/xyz/*
In this case it replaces connection names with parameters of first (or last) connection.
It's important if we're going to reduce the number of main sections.
PS. It's just an example, I'm not messing with the connections ;)