Commit 57d1185a authored by Frank Bergmann's avatar Frank Bergmann

- Modified im_project_options to add an new parameters

  "exclude_other_projects_p" in order to only show the
  tasks of the current project_id
parent 67ec3f36
......@@ -220,8 +220,13 @@ set parent_project_options [im_project_options \
-exclude_subprojects_p 0 \
-exclude_tasks_p 0 \
-company_id $company_id \
-project_id $project_id \
-exclude_other_projects_p 1 \
]
# ad_return_complaint 1 $parent_project_options
set actions [list]
if {$project_write} {
set actions [list [list [lang::message::lookup "" intranet-core.Action_Edit "Edit"] edit] ]
......
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