Is there a way to default the view for how label sets are displayed? Right now they are displayed by Label Set ID (which is autogenerated by LimeSurvey), but I want the default to be sort by name. Also, is it possible to change a Label Set ID, or reset the Label Set ID numbers? I deleted all my label sets and reimported new ones but the numbering starts where the old list left off (for example, my old list of label sets ended at 46, when I deleted all of the label sets and reimported a new list, they start at 47).
The number Limesurvey uses is autoincrement, so it will start with the last used ID. Maybe there is a way to "clean" this memory, but you would need to do that in the database or hack the source code. I wouldn't go down this route.
But at least in LS 5.x you can sort they list via the name by clicking on "name". Maybe there is a setting in the config.php to set the name as default, but I highly doubt it.
Help us to help you!
Provide your LS version and where it is installed (own server, uni/employer, SaaS hosting, etc.).
Always provide a LSS file (not LSQ or LSG).
Note: I answer at this forum in my spare time, I'm not a LimeSurvey GmbH employee.