stable
Clone or download
Read-only
Delete ugroups from plugin_tracker_private_comment_permissions when ugroup is deleting
This is part of story #19275 restrict who can see comments How to test: - Have a ugroup to delete and its id - Have comment id (you can get it in tracker_changeset_comment table) - Add row in plugin_tracker_private_comment_permission with comment_id and ugroup_id - Delete the ugroup Expected results: - The row in plugin_tracker_private_comment_permission is deleted too Change-Id: Id0f8d61da006766541f5080f537548fc650468d3
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/tracker/include/Tracker/Artifact/Changeset/Comment/PrivateComment/TrackerPrivateCommentUGroupPermissionDao.php | +5 | −0 | Go to diff View file |
M | plugins/tracker/include/trackerPlugin.php | +4 | −0 | Go to diff View file |