Commit 74673c00 authored by Frank Bergmann's avatar Frank Bergmann

- Gantt Editor:

  Working on TaskTreeGrid columns and custom fields
parent 35aea2cc
......@@ -71,7 +71,7 @@ set assignee_sql "
db_foreach assignee $assignee_sql {
set assignees [list]
if {[info exists assignee_hash($object_id_one)]} { set assignees $assignee_hash($object_id_one) }
lappend assignees "{id:$object_id_two, percent:$percent_pretty, name:'$user_name', email:'$user_email', initials:'$user_initials'}"
lappend assignees "{id:$rel_id, user_id:$object_id_two, percent:$percent_pretty}"
set assignee_hash($object_id_one) $assignees
}
......
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