* Fix bug #41166.
This commit is contained in:
@@ -148,6 +148,7 @@ detailBody
|
||||
dtable
|
||||
(
|
||||
setID('linkStoryDTable'),
|
||||
set::style(array('min-width' => '100%')),
|
||||
set::userMap($users),
|
||||
set::cols(array_values($config->build->story->dtable->fieldList)),
|
||||
set::data($stories),
|
||||
@@ -185,6 +186,7 @@ detailBody
|
||||
dtable
|
||||
(
|
||||
setID('bugDTable'),
|
||||
set::style(array('min-width' => '100%')),
|
||||
set::userMap($users),
|
||||
set::cols(array_values($config->build->bug->dtable->fieldList)),
|
||||
set::data($bugs),
|
||||
@@ -210,6 +212,7 @@ detailBody
|
||||
set::active($type == 'generatedBug'),
|
||||
dtable
|
||||
(
|
||||
set::style(array('min-width' => '100%')),
|
||||
set::userMap($users),
|
||||
set::cols(array_values($config->build->generatedBug->dtable->fieldList)),
|
||||
set::data(array_values($generatedBugs)),
|
||||
|
||||
@@ -239,6 +239,7 @@ detailBody
|
||||
dtable
|
||||
(
|
||||
setID('storyDTable'),
|
||||
set::style(array('min-width' => '100%')),
|
||||
set::userMap($users),
|
||||
set::bordered(true),
|
||||
set::cols($storyCols),
|
||||
@@ -281,6 +282,7 @@ detailBody
|
||||
dtable
|
||||
(
|
||||
setID('bugDTable'),
|
||||
set::style(array('min-width' => '100%')),
|
||||
set::userMap($users),
|
||||
set::bordered(true),
|
||||
set::cols($bugCols),
|
||||
|
||||
@@ -208,6 +208,7 @@ detailBody
|
||||
dtable
|
||||
(
|
||||
setID('finishedStoryDTable'),
|
||||
set::style(array('min-width' => '100%')),
|
||||
set::cols(array_values($config->release->dtable->story->fieldList)),
|
||||
set::data($storyTableData),
|
||||
set::userMap($users),
|
||||
@@ -237,6 +238,7 @@ detailBody
|
||||
dtable
|
||||
(
|
||||
setID('resolvedBugDTable'),
|
||||
set::style(array('min-width' => '100%')),
|
||||
set::userMap($users),
|
||||
set::cols(array_values($config->release->dtable->bug->fieldList)),
|
||||
set::data($bugTableData),
|
||||
@@ -265,6 +267,7 @@ detailBody
|
||||
dtable
|
||||
(
|
||||
setID('leftBugDTable'),
|
||||
set::style(array('min-width' => '100%')),
|
||||
set::userMap($users),
|
||||
set::cols(array_values($config->release->dtable->leftBug->fieldList)),
|
||||
set::data($leftBugTableData),
|
||||
|
||||
Reference in New Issue
Block a user