* [task#135778,done,0.5h].
This commit is contained in:
@@ -36,6 +36,8 @@ $(document).off('click', '.batch-btn').on('click', '.batch-btn', function()
|
||||
*/
|
||||
window.onRenderCell = function(result, {row, col})
|
||||
{
|
||||
if(from == 'doc') return result;
|
||||
|
||||
if(result && col.name == 'title')
|
||||
{
|
||||
result[0].props.className = 'overflow-hidden';
|
||||
|
||||
@@ -14,6 +14,7 @@ jsVar('productID', $product->id);
|
||||
jsVar('branch', $branch);
|
||||
jsVar('today', date('Y-m-d'));
|
||||
jsVar('caseCommonLang', $this->lang->testcase->common);
|
||||
jsVar('from', $from);
|
||||
jsVar('blockID', $blockID);
|
||||
|
||||
$queryMenuLink = createLink('bug', 'browse', "productID={$product->id}&branch={$branch}&browseType=bySearch¶m={queryID}");
|
||||
|
||||
Reference in New Issue
Block a user