Commit 34bedfb5 authored by Frank Bergmann's avatar Frank Bergmann

- Renamed Timesheet Task into Gantt Task

parent 2d47fdee
......@@ -18,7 +18,7 @@ ad_library {
#
# Project
# Ticket
# Timesheet Task
# Gantt Task
# Translation Task
# Company
# User Absence
......@@ -269,7 +269,7 @@ ad_proc -private im_rest_post_object_type_im_ticket {
# -------------------------------------------------------
# Timesheet Task
# Gantt Task
# -------------------------------------------------------
ad_proc -private im_rest_post_object_type_im_timesheet_task {
......@@ -279,7 +279,7 @@ ad_proc -private im_rest_post_object_type_im_timesheet_task {
{ -hash_array_list ""}
{ -rest_oid "" }
{ -rest_otype "im_timesheet_task" }
{ -rest_otype_pretty "Timesheet Task" }
{ -rest_otype_pretty "Gantt Task" }
} {
Create a new object and return its object_id
} {
......@@ -1478,7 +1478,7 @@ ad_proc -private im_rest_post_object_type_im_timesheet_task_dependency {
{ -rest_user_id 0 }
{ -content "" }
{ -rest_otype "im_timesheet_task_dependency" }
{ -rest_otype_pretty "Timesheet Task Dependency" }
{ -rest_otype_pretty "Gantt Task Dependency" }
} {
Create a new task dependency and return the id.
} {
......
......@@ -178,7 +178,7 @@ ad_proc im_rest_project_task_tree_create {
-rest_user_id $current_user_id \
-rest_oid $project_id \
-rest_otype "im_timesheet_task" \
-rest_otype_pretty "Timesheet Task" \
-rest_otype_pretty "Gantt Task" \
-hash_array_list $var_hash_list
}
......
......@@ -106,7 +106,7 @@ lappend non_display_projects 0
# --------------------------------------------
# Get all the variables valid for timesheet task
# Get all the variables valid for gantt task
set valid_vars [util_memoize [list im_rest_object_type_columns -deref_p 0 -rest_otype "im_timesheet_task"]]
set valid_vars [lsort -unique $valid_vars]
......
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