Skip to content

Commit

Permalink
Set initial_trigger to true
Browse files Browse the repository at this point in the history
  • Loading branch information
sgeulette committed Oct 3, 2016
1 parent 7b12097 commit 8553bf6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ Changelog
2.5 (unreleased)
----------------

- Nothing changed yet.

- Set initial_trigger to true.
[sgeulette]

2.4 (2016-06-22)
----------------
Expand Down
2 changes: 2 additions & 0 deletions src/collective/task/behaviors.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ class ITask(model.Schema):
'action': 'vocabulary',
'vocab_method': get_users_vocabulary,
'control_param': 'group',
'initial_trigger': True
},
),
defaultFactory=get_parent_assigned_group
Expand Down Expand Up @@ -128,6 +129,7 @@ class ITaskWithFieldset(ITask):
'action': 'vocabulary',
'vocab_method': get_users_vocabulary,
'control_param': 'group',
'initial_trigger': True
},
)
)
Expand Down

0 comments on commit 8553bf6

Please sign in to comment.