right correction now

This commit is contained in:
Philippe PITTOLI 2019-12-08 02:56:29 +01:00
parent 54de1c880d
commit 59af49f314

View File

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