MantisBT: master 94f10608

Author Committer Branch Timestamp Parent
dregad dregad master 2021-03-25 15:09 master 1091f08d
Affected Issues  0028122: Improve handling of project assignment in manage_user_edit_page.php
Changeset

New "Assigned Projects" section on edit user page

The "Add user to project" section on manage_user_edit_page.php mixes two
distinct functions, removing currently assigned projects and adding new
ones.

This replaces the "Assigned projects" row by a new section that lists
the projects currently assigned to a user in a proper table, and allows
the admin to remove them. Multiple assignments can now be removed in a
single operation.

Fixes 0028122

mod - lang/strings_english.txt Diff File
mod - manage_user_edit_page.php Diff File
mod - manage_user_proj_delete.php Diff File