Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/creecros/Group_assign
Browse files Browse the repository at this point in the history
  • Loading branch information
creecros committed May 29, 2019
2 parents 0edc696 + 24bb081 commit 6ee82ba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ sudo: false

php:
- 7.2
- 5.6

env:
global:
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Kanboard v1.1.0 or Higher
* using ``assignee:me`` in filter will find tasks assigned to groups that the user is in or assignee in other assignees is in.
* using ``assignee:GroupName`` in filter will find tasks assigned to a group by NAME of the group.
* using ``assignee:GroupID`` in filter will find tasks assigned to a group by ID number of group.
* using ``assignee:Username`` or ``assignee:Name`` will NOW find a task assigned to a group with that UserName or Name in the group or in Other Assignees.
* using ``allassignees:Username`` or ``allassignees:Name`` will find all tasks assigned to that user regardless of how they have been assigneed, whether in the group or in Other Assignees or Assignee.
* User assigneed via a group or multiselect will now recieve notifications
* Changing assigned group or any multiselect users will now trigger `EVENT_ASSIGNEE_CHANGE`
* Duplicating Tasks will include assigned groups and other users.
Expand All @@ -48,7 +48,7 @@ Kanboard v1.1.0 or Higher
Find bugs or missing functionality, please report it.

- [x] Add a few basic automatic actions that utilize Groups assigned
- [x] Add relationship for ``assignee:Username`` or ``assignee:Name`` in the table lookup
- [x] Add relationship for ``allassignees:Username`` or ``allassignees:Name`` in the table lookup
- [x] Add an event for assigned group change.
- [x] Incorporate into notifications
- [x] Address Task Duplication
Expand Down

0 comments on commit 6ee82ba

Please sign in to comment.