Content
View differences
Updated by Jens Ulferts almost 12 years ago
**Preconditions**
- Group (“G\_1”) exists, of which I am member
- “Allow assignments to group” is active (Admin -\> Settings -\> Configuration -\> Work package tracking)
- Work package (“WP\_1”) is assigned to the group (“G\_1”)
**Actual**
- The “Work packages assigned to me” block on the my page does not list the work package (“WP\_1”)
**Expected**
- The “Work packages assigned to me” block on the my page does list the work package (“WP\_1”)
**Note**
This is a regression, the branch in which the feature was added (based on work done for redmine) was merged incompletely. It already ignored the work packages assigned to the group.
:assigned_to_id => ([User.current.id] + User.current.group_ids)
- Group (“G\_1”) exists, of which I am member
- “Allow assignments to group” is active (Admin -\> Settings -\> Configuration -\> Work package tracking)
- Work package (“WP\_1”) is assigned to the group (“G\_1”)
**Actual**
- The “Work packages assigned to me” block on the my page does not list the work package (“WP\_1”)
**Expected**
- The “Work packages assigned to me” block on the my page does list the work package (“WP\_1”)
**Note**
This is a regression, the branch in which the feature was added (based on work done for redmine) was merged incompletely. It already ignored the work packages assigned to the group.
:assigned_to_id => ([User.current.id] + User.current.group_ids)