* Fix bug for testcase create view
This commit is contained in:
@@ -96,8 +96,9 @@ function loadProductModules(productID, branch)
|
||||
$inputGroup.find('select').chosen()
|
||||
if(typeof(caseModule) == 'string') $('#moduleIdBox').prepend("<span class='input-group-addon'>" + caseModule + "</span>");
|
||||
$inputGroup.fixInputGroup();
|
||||
|
||||
setStories();
|
||||
});
|
||||
setStories();
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user