Commit 97362b81 authored by Frank Bergmann's avatar Frank Bergmann

Added the name of the project before the task

parent 8840df9f
......@@ -163,7 +163,7 @@ set inner_sql "
select u.user_id,
p.project_id as object_id,
:project_url as object_url,
p.project_name as object_name,
main_p.project_name || ' / ' || p.project_name as object_name,
h.day::date as day,
h.hours
from users u,
......
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