Merge branch 'develop' into sabrecat/usernames-master

This commit is contained in:
Sabe Jones
2018-11-06 19:56:45 -06:00
13 changed files with 80 additions and 363 deletions
@@ -45,7 +45,7 @@ export default {
type: 'todo',
notes,
};
this.task = taskDefaults(newTask);
this.task = taskDefaults(newTask, this.$store.state.user.data);
this.$root.$emit('bv::show::modal', 'copyAsTodo');
});
},