User assignment for tasks

This commit is contained in:
2016-09-21 15:14:09 +02:00
parent 4035d89ced
commit 8470efbcf1
3 changed files with 17 additions and 2 deletions

View File

@@ -33,5 +33,13 @@ script(src="{{ url_for('static_attract', filename='js/tasks.js') }}",async=true)
| <option value="{{ status }}" {% if status == task.properties.status %}selected{% endif %}>{{ status|undertitle }}</option>
| {% endfor %}
.input-transparent-group
select.input-transparent(
name="users",
multiple,
aria-describedby="task-addon-users")
| {% for u in project.users %}
| <option value="{{ u._id }}">{{u.email}}</option>
| {% endfor %}
.input-transparent-group
button.btn.btn-default(type=submit) Save task