* Distinguish project execution from task module.
This commit is contained in:
@@ -7,9 +7,9 @@ $(function()
|
||||
});
|
||||
|
||||
/* Get select of stories.*/
|
||||
function setStories(moduleID, projectID, num)
|
||||
function setStories(moduleID, executionID, num)
|
||||
{
|
||||
link = createLink('story', 'ajaxGetProjectStories', 'projectID=' + projectID + '&productID=0&branch=0&moduleID=' + moduleID + '&storyID=0&num=' + num + '&type=short');
|
||||
link = createLink('story', 'ajaxGetExecutionStories', 'executionID=' + executionID + '&productID=0&branch=0&moduleID=' + moduleID + '&storyID=0&num=' + num + '&type=short');
|
||||
$.get(link, function(stories)
|
||||
{
|
||||
var storyID = $('#story' + num).val();
|
||||
|
||||
Reference in New Issue
Block a user