View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update | 
|---|---|---|---|---|---|
| 0027256 | mantisbt | bugtracker | public | 2020-09-06 11:31 | 2021-03-07 18:29 | 
| Reporter | dregad | Assigned To | dregad | ||
| Priority | normal | Severity | minor | Reproducibility | N/A | 
| Status | closed | Resolution | fixed | ||
| Target Version | 2.25.0 | Fixed in Version | 2.25.0 | ||
| Summary | 0027256: Refactor Profiles management pages to display a list of records | ||||
| Description | Currently, the UI for Profiles management pages (account_prof_menu_page.php and manage_prof_menu_page.php) is clunky and not user-friendly: the Edit or Delete Profiles section has radio buttons to pick an action, a selection list to choose the profile to apply it to and a Submit button, so at least 4 clicks are needed to execute an action. It should be changed to a list of records with individual action buttons, providing an overview of available profiles, and single-click actions. | ||||
| Additional Information | Follows discussion in 0027164 | ||||
| Tags | No tags attached. | ||||
| related to | 0027164 | closed | dregad | Error #200 When Selecting Profile | 
| parent of | 0027257 | closed | dregad | It is not possible to clear the Default Profile | 
| parent of | 0027258 | closed | dregad | Code cleanup around User/Global Profiles | 
| parent of | 0027259 | closed | dregad | Profile-related operations lack confirmations | 
| parent of | 0027260 | closed | dregad | Confusing redirection when editing profiles | 
| MantisBT: master 806baacf 2020-09-01 08:55 Details Diff | New section with profiles list Improve user-friendliness of the Global/User Profile management pages, and make it more consistent with MantisBT UI. Replace the old, clunky section where the action had to be selected as a radio button and the profile picked from a selection list, by a list of all available profiles with actions as buttons in a table column. Fixes 0027256 | Affected Issues 0027256 | |
| mod - account_prof_menu_page.php | Diff File | ||
| MantisBT: master ccd2067d 2020-09-01 09:00 Details Diff | Add "Global Profile" column The Manage User Profiles page is listing all profiles including global ones, which makes the view somewhat confusing for a user who does not have the privileges to edit global profiles as the Edit/Delete buttons are not displayed for global profiles, without indication as to why. Fixes 0027256 | Affected Issues 0027256 | |
| mod - account_prof_menu_page.php | Diff File | ||
| mod - lang/strings_english.txt | Diff File | ||
| MantisBT: master 102e2e0c 2020-09-01 09:08 Details Diff | Add "Default Profile" column Users can select their default profile, but the UI does not indicate which one of the profiles is their default one. Fixes 0027256 | Affected Issues 0027256 | |
| mod - account_prof_menu_page.php | Diff File | ||
| mod - lang/strings_english.txt | Diff File | ||
| MantisBT: master 29992f86 2020-09-01 09:25 Details Diff | Fix Form Security With the use of print_form_button, the security token must be renamed. Fixes 0027256 | Affected Issues 0027256 | |
| mod - account_prof_edit_page.php | Diff File | ||
| mod - account_prof_menu_page.php | Diff File | ||
| mod - account_prof_update.php | Diff File | ||
| MantisBT: master deb57233 2020-09-01 09:54 Details Diff | Remove the old "Edit or Delete Profiles" section Fixes 0027256 | Affected Issues 0027256 | |
| mod - account_prof_menu_page.php | Diff File | ||
| MantisBT: master 5c7a153a 2020-09-01 10:05 Details Diff | Move Add Profile form to page bottom Fixes 0027256 | Affected Issues 0027256 | |
| mod - account_prof_menu_page.php | Diff File | ||
| MantisBT: master 53d584dc 2020-09-01 22:47 Details Diff | Only show Global and Default cols for User Profiles These columns do not make sense when managing Global Profiles. Fixes 0027256 | Affected Issues 0027256 | |
| mod - account_prof_menu_page.php | Diff File | ||
