Fixed order of tasks in selections with ajax loaded data
This commit is contained in:
parent
0ea7ec6acf
commit
b2fdbde020
3 changed files with 3 additions and 4 deletions
|
@ -41,4 +41,3 @@ function stormtask_organization_project_tasks(_organization_select, _project_sel
|
|||
var _organization_select_id = $(_organization_select).attr('id');
|
||||
stormtask_project_tasks(_organization_select_id, project_select, _task_select_id, _assign_select_id, _with_all_option, _all_text);
|
||||
};
|
||||
|
||||
|
|
Reference in a new issue