禅道项目管理软件1.5版本补丁下载
转贴最后编辑:薛才杰 于 2020-05-25 15:01:20
12585次查看
6条评论
本篇目录
大家好:
1.5版本我的地盘中,我的bug,id出现错误,这个bug解决方案如下:
一、手工修改:
1. 找到禅道的源代码,如果是一键安装包在home/zentao目录下面。
2. 找到module/my/control.php
3. 找到138行
135 $bugs = array();
136 if($type == 'assigntome')
137 {
138 $bugs = $this->dao->select('*')
139 ->from(TABLE_BUG)->alias('t1')
将select('*")改为select('t1.*')就可以了。
二、补丁文件下载:
下载这个文件,http://zentaoms.googlecode.com/svn/trunk/module/my/control.php,将其覆盖到禅道的module/my/control.php,覆盖原来的就可以了。