* Finish task#8865.
This commit is contained in:
@@ -37,8 +37,24 @@ function loadList(type, id)
|
||||
{
|
||||
link = createLink('story', 'ajaxGetUserStories', param);
|
||||
}
|
||||
else if(type == 'issue')
|
||||
{
|
||||
link = createLink('issue', 'ajaxGetUserIssues', param);
|
||||
}
|
||||
else if(type == 'risk')
|
||||
{
|
||||
link = createLink('risk', 'ajaxGetUserRisks', param);
|
||||
}
|
||||
else if(type == 'testtask')
|
||||
{
|
||||
link = createLink('testtask', 'ajaxGetUserTestTasks', param);
|
||||
}
|
||||
else if(type == 'review')
|
||||
{
|
||||
link = createLink('review', 'ajaxGetUserReviews', param);
|
||||
}
|
||||
|
||||
if(type == 'bug' || type == 'task' || type == 'story')
|
||||
if(type == 'bug' || type == 'task' || type == 'story' || type == 'issue' || type == 'risk' || type == 'testtask' || type == 'review' )
|
||||
{
|
||||
$.get(link, function(data, status)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user