Feature #502
Sort group names in window: Add User
| Status: | Closed | Start: | ||
| Priority: | Normal | Due date: | ||
| Assigned to: | - | % Done: | 100% |
|
| Category: | UserInterface | |||
| Target version: | - | |||
| Operating System: | All |
Reported in: | 0.11-devel |
|
Description
The names of groups doesn't sort in combobox in Window: Add user.
Suggestion: sort alphabetically
http://psi.affinix.com/forums/index.php?s=&act=ST&f=4&t=3196
History
Updated by - duryodhan 936 days ago
This probably fixes it :
86c86,88< cb_group->insertStringList(groups);
QStringList temp=groups; temp.sort(); cb_group->insertStringList(temp);
Updated by - duryodhan 936 days ago
This probably fixes it :
adduserdlg.cpp
86c86,88
< cb_group->insertStringList(groups);
adduserdlg.cpp
86c86,88
< cb_group->insertStringList(groups);
QStringList temp=groups; temp.sort(); cb_group->insertStringList(temp);