* [task#125618,doing,0.5h] * set team value.
This commit is contained in:
@@ -75,6 +75,15 @@ window.changeKanbanSpace = function()
|
||||
$('[name=owner]').zui('picker').render({items: data});
|
||||
});
|
||||
}
|
||||
|
||||
if(config.currentMethod == 'space')
|
||||
{
|
||||
const getTeamUrl = $.createLink('kanban', 'ajaxGetSpaceTeam', 'spaceID=' + spaceID);
|
||||
$.getJSON(getTeamUrl, function(team)
|
||||
{
|
||||
$('[name^=team]').zui('picker').$.setValue(team)
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user