diff --git a/module/execution/js/create.js b/module/execution/js/create.js index 37c722e6d5..bd7232c468 100644 --- a/module/execution/js/create.js +++ b/module/execution/js/create.js @@ -32,6 +32,7 @@ $(function() /* Assign value to the manage products by the different request type.*/ var product = $('#products0'); + if(copyExecutionID) productID = product.val(); $(product).val(productID); $(product).trigger("chosen:updated"); loadBranches($(product));