Commit 6fa3601c authored by Frank Bergmann's avatar Frank Bergmann

- Moved project types to core

parent 9a51de61
......@@ -14,9 +14,11 @@ ad_library {
# States and Types
# ----------------------------------------------------------------------
ad_proc -public im_project_type_agile {} { return 88000 }
ad_proc -public im_project_type_scrum {} { return 88010 }
ad_proc -public im_project_type_kanban {} { return 88020 }
# project types moved to intranet-core/tcl/intranet-project-procs.tcl
# ad_proc -public im_project_type_agile {} { return 88000 }
# ad_proc -public im_project_type_scrum {} { return 88010 }
# ad_proc -public im_project_type_kanban {} { return 88020 }
ad_proc -public im_agile_scrum_status_default {} { return 88100 }
......
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