Commit 81bd8aa9 authored by adrtel's avatar adrtel

- Fixed issue with task_name showing existing task data

parent d8bb9bee
...@@ -16,7 +16,6 @@ ad_page_contract { ...@@ -16,7 +16,6 @@ ad_page_contract {
{ message "" } { message "" }
{ form_mode "display" } { form_mode "display" }
{ task_status_id:integer 76 } { task_status_id:integer 76 }
{submit_continue_tasklist ""} {submit_continue_tasklist ""}
{submit_continue_edit ""} {submit_continue_edit ""}
{submit_cancel ""} {submit_cancel ""}
...@@ -356,6 +355,7 @@ ad_form -extend -name task -on_request { ...@@ -356,6 +355,7 @@ ad_form -extend -name task -on_request {
select t.*, select t.*,
p.parent_id as project_id, p.parent_id as project_id,
p.project_name as task_name,
p.project_nr as task_nr, p.project_nr as task_nr,
p.percent_completed, p.percent_completed,
p.project_type_id as task_type_id, p.project_type_id as task_type_id,
......
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