Commit fa5dc193 authored by Frank Bergmann's avatar Frank Bergmann

- Fixed im_opt_val syntax error

parent 378c9e52
......@@ -598,7 +598,7 @@ if {0 && ![info exists ignore_hash($warning_key)]} {
set warning_key "fix-tasks-with-unassigned-skill-profiles"
if {![info exists ignore_hash($warning_key)]} {
set filter_skill_profile_id [im_opt_val -limit_to "filter_skill_profile_id"]
set filter_skill_profile_id [im_opt_val -limit_to integer "filter_skill_profile_id"]
set filter_skill_profile_sql ""
if {"" != $filter_skill_profile_id} {
set filter_skill_profile_sql "and p.project_id in (
......
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