right correction now
parent
54de1c880d
commit
59af49f314
|
@ -10,10 +10,13 @@ TaskCreationModal = (project, todod-ws, task) ->
|
||||||
title: task.title || ""
|
title: task.title || ""
|
||||||
description: task.description || ""
|
description: task.description || ""
|
||||||
extra_properties: {
|
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 {
|
modal = Modal {
|
||||||
+visible
|
+visible
|
||||||
content-render: (self) ->
|
content-render: (self) ->
|
||||||
|
|
Loading…
Reference in New Issue