* Fix bug Assigned to me block.

This commit is contained in:
holan20180123
2020-08-25 14:06:08 +08:00
parent 80a20fa5de
commit ee92307425
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -542,6 +542,7 @@ class block extends control
$this->session->set('todoList', $uri);
$this->session->set('bugList', $uri);
$this->session->set('taskList', $uri);
$this->session->set('riskList', $uri);
foreach($todos as $key => $todo)
{
+1 -1
View File
@@ -1,6 +1,6 @@
<?php include '../../common/view/header.html.php';?>
<?php include '../../common/view/kindeditor.html.php';?>
<?php $browseLink = $this->createLink('risk', 'browse');?>
<?php $browseLink = $app->session->riskList != false ? $app->session->riskList : $this->createLink('risk', 'browse');?>
<?php js::set('sysurl', common::getSysUrl());?>
<div id="mainMenu" class="clearfix">
<div class="btn-toolbar pull-left">