Commit 35aea2cc authored by Frank Bergmann's avatar Frank Bergmann

- GanttEditor:

  Now showing resource assignments behind project bar
parent 641e77a9
......@@ -65,6 +65,8 @@ set assignee_sql "
r.object_id_one = p.project_id and
main_p.project_id = :project_id and
p.tree_sortkey between main_p.tree_sortkey and tree_right(main_p.tree_sortkey)
order by
user_initials
"
db_foreach assignee $assignee_sql {
set assignees [list]
......
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