Commit b3d0c701 authored by Frank Bergmann's avatar Frank Bergmann

- fixed showing registered users "more ..." in /admin/index

parent 5969bdcc
......@@ -209,8 +209,8 @@ ad_proc -public im_timesheet_task_list_component {
# ---------------------- Build the SQL query ---------------------------
set order_by_clause "order by t.task_id"
set order_by_clause_ext "order by task_id"
set order_by_clause "order by p.project_nr, t.task_id"
set order_by_clause_ext "order by project_nr, task_id"
switch $order_by {
"Status" {
set order_by_clause "order by t.task_status_id"
......
......@@ -71,6 +71,8 @@ set admin_links "<li><a href=\"new?[export_url_vars project_id return_url]\">Add
set export_var_list [list task_start_idx task_order_by task_how_many view_name]
# ad_return_complaint 1 $task_order_by
set task_content [im_timesheet_task_list_component \
-current_page_url $current_url \
-return_url $return_url \
......
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