* Fix bug #45632.
This commit is contained in:
@@ -37,7 +37,8 @@ window.showLink = function(type, params, onlyUpdateTable)
|
||||
loadComponent($('#' + type).find('.dtable').attr('id'), {url: url, component: 'dtable', partial: true});
|
||||
return;
|
||||
}
|
||||
loadTarget({url: url, target: type});
|
||||
|
||||
loadTarget({url: url, target: type + 'DTable'});
|
||||
};
|
||||
|
||||
window.onSearchLinks = function(type, result)
|
||||
|
||||
@@ -130,7 +130,7 @@ detailBody
|
||||
),
|
||||
dtable
|
||||
(
|
||||
set::id('storyDTable'),
|
||||
setID('linkStoryDTable'),
|
||||
set::userMap($users),
|
||||
set::cols(array_values($config->build->story->dtable->fieldList)),
|
||||
set::data($stories),
|
||||
@@ -167,7 +167,7 @@ detailBody
|
||||
),
|
||||
dtable
|
||||
(
|
||||
set::id('bugDTable'),
|
||||
setID('bugDTable'),
|
||||
set::userMap($users),
|
||||
set::cols(array_values($config->build->bug->dtable->fieldList)),
|
||||
set::data($bugs),
|
||||
|
||||
Reference in New Issue
Block a user