Commit 46e92dd2 authored by adrtel's avatar adrtel

- Fixed issue when saving Gantt schedule if diff_format_id is missing

parent f0c8b16f
......@@ -302,8 +302,8 @@ ad_proc im_rest_project_task_tree_predecessors {
set pred_id $object_hash(pred_id)
set succ_id $object_hash(succ_id)
set type_id $object_hash(type_id)
set diff $object_hash(diff)
set diff_format_id $object_hash(diff_format_id)
set diff_format_id 9807
if {[info exists object_hash(diff_format_id)]} { set diff_format_id $object_hash(diff_format_id) }
# Create a list of all predecessor tasks
lappend pred_list $pred_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