Merge branch 'develop' into sabrecat/usernames-master
This commit is contained in:
@@ -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');
|
||||
});
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user