Commit 3ea8aff1 authored by Frank Bergmann's avatar Frank Bergmann

- REST / Gantt Editor:

  Fixed quoting to be aligned with specs
parent ece52c63
{'text':'.','children': [
@task_json@
@task_json;noquote@
}
......@@ -200,7 +200,7 @@ template::multirow foreach task_multirow {
if {[info exists predecessor_hash($project_id)]} { set predecessor_tasks $predecessor_hash($project_id) }
if {[info exists assignee_hash($project_id)]} { set assignees $assignee_hash($project_id) }
set quoted_char_map {"\n" "\\\n" "\r" "" "\"" "\\\"" "\\" "\\\\"}
set quoted_char_map {"\n" "\\n" "\r" "\\r" "\"" "\\\"" "\\" "\\\\"}
set quoted_project_name [string map $quoted_char_map $project_name]
append task_json "${indent}\{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment