Skip to content

Commit 4ddb6e8

Browse files
committed
fix(targetticket,targetchange): update constants for due date resolution in JS code
Signed-off-by: Thierry Bugier <[email protected]>
1 parent 9be5e3a commit 4ddb6e8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

js/scripts.js.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -657,13 +657,13 @@ function plugin_formcreator_formcreatorChangeDueDate(value) {
657657
$('#due_date_questions').hide();
658658
$('#due_date_time').hide();
659659
switch (value) {
660-
case '1' :
660+
case '2' :
661661
$('#due_date_questions').show();
662662
break;
663-
case '2' :
663+
case '3' :
664664
$('#due_date_time').show();
665665
break;
666-
case '3' :
666+
case '4' :
667667
$('#due_date_questions').show();
668668
$('#due_date_time').show();
669669
break;

0 commit comments

Comments
 (0)