right correction now

dev
Philippe PITTOLI 2019-12-08 02:56:29 +01:00
parent 54de1c880d
commit 59af49f314
1 changed files with 4 additions and 1 deletions

View File

@ -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) ->