New column of new tasks is the first column.

dev
Luka Vandervelden 2019-12-23 23:58:47 +01:00
parent bc22873cb9
commit 6e72918017
1 changed files with 3 additions and 0 deletions

View File

@ -72,6 +72,9 @@ TaskCreationModal = (project, todod-ws, task, users-cache) ->
for k,v of task.extra_properties
self.extra_properties[k] = v
if self.extra_properties.column == ""
self.extra_properties.column = project.extra_properties.columns?[0]?.id || ""
modal = Modal {
+visible
content-render: (self) ->