Defect #13199
closed"Edit" misaligned in project members view
0%
Description
When viewing a project's list of members, if an entry is not deletable, the "Edit" command is not aligned with "Edit" commands in other entries where both "Edit" and "Delete" are available.
An example of an undeletable entry is a user who belongs to the project members in addition to being a member in a group that also belongs to the project members.
Files
Related issues
Updated by Youssef Eldakar almost 12 years ago
Youssef Eldakar wrote:
An example of an undeletable entry is a user who belongs to the project members in addition to being a member in a group that also belongs to the project members.
When a group is a member in a project, users on that group are automatically listed along with the group in the project members view. Therefore, I should've phrased the above more accurately as follows:
An example of an undeletable entry is a user who is a member in a group that belongs to the project members.
Updated by Jean-Philippe Lang almost 12 years ago
- Category set to UI
- Priority changed from Normal to Low
Updated by Go MAEDA almost 3 years ago
- Related to Feature #36376: accidentally delete a member in the project member settings added
Updated by Go MAEDA almost 3 years ago
- File 13199-before.png 13199-before.png added
- File 13199-after.png 13199-after.png added
- File 13199.patch 13199.patch added
- Priority changed from Low to Normal
I extracted a patch 0002-Separate-delete-link-and-edit-link-columns.patch from #36376#note-1 and slightly updated not to change the HTML structure. The original patch was written by Mizuki ISHIKAWA.
Setting the target version to 5.0.0.
Before:
After:
Updated by Go MAEDA almost 3 years ago
- Category changed from UI to Project settings
- Status changed from New to Closed
- Assignee set to Go MAEDA
- Resolution set to Fixed
Committed the fix. Thank you.