Skip to content

Commit c86cf71

Browse files
authored
Merge pull request #404 from 2pisoftware/main
Chore merge main into develop
2 parents 79197c2 + 721f1c4 commit c86cf71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

system/modules/task/templates/edit.tpl.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ function(result) {
187187
$('#task_type').val('');
188188
$('#priority').parent().html(result[1]);
189189
$('#assignee_id').parent().html(result[2]);
190-
$('#status').html(result[4])
190+
$('#status').parent().html(result[4])
191191
}
192192
$('#tasktext').html(result[3]);
193193
$("#tasktext").fadeIn();

0 commit comments

Comments
 (0)