right correction now
This commit is contained in:
parent
54de1c880d
commit
59af49f314
@ -10,10 +10,13 @@ TaskCreationModal = (project, todod-ws, task) ->
|
||||
title: task.title || ""
|
||||
description: task.description || ""
|
||||
extra_properties: {
|
||||
column: task.extra_properties.column || ""
|
||||
column: ""
|
||||
}
|
||||
}
|
||||
|
||||
if task.extra_properties && task.extra_properties.column
|
||||
self.extra_properties.column = task.extra_properties.column
|
||||
|
||||
modal = Modal {
|
||||
+visible
|
||||
content-render: (self) ->
|
||||
|
Loading…
Reference in New Issue
Block a user