stable

Clone or download

Read-only

request #22620 Permissions user group are not properly cleaned when PI is updated

How to reproduce: Have a Program Increment set, with permissions delegated to some user groups (Project admin, Project member) Change the tracker used a Program increment, save Now try to remove Project admin from permissions, it won't work Change-Id: I1d40af58a1e2549ecc78358cd97c788e6404df1b

Modified Files

Name
M plugins/program_management/db/install.sql +2 −2 Go to diff View file
A plugins/program_management/db/mysql/2021/202108100839_Who_can_prioritize_should_depends_on_program_id.php +82 −0 Go to diff View file
M plugins/program_management/include/Adapter/Program/Plan/CanPrioritizeFeaturesDAO.php +1 −2 Go to diff View file
M plugins/program_management/include/Adapter/Program/Plan/PlanDao.php +4 −5 Go to diff View file
M plugins/program_management/include/Adapter/Workspace/WorkspaceDAO.php +1 −1 Go to diff View file