Commit 28c08e0b authored by Frank Bergmann's avatar Frank Bergmann

- Gantt Editor:

  - Improved error message
  - Added remaining columns to GanttTreeStore (material)
parent 38f78307
......@@ -78,7 +78,7 @@ ad_proc im_rest_project_task_tree_update {
${object_type}_permissions $current_user_id $project_id view read write admin
if {!$write} {
doc_return 200 "text/plain" "{success:false, message: 'No permissions to write project_id=$project_id for user=$current_user_id'}"
doc_return 200 "text/plain" "{success:false, message: 'No permissions to write project #$project_id ([acs_object_name $project_id]) for user #$current_user_id ([im_user_name_from_id $current_user_id])'}"
ad_script_abort
}
......
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