5 messages in com.mysql.lists.eventum-usersRe: commenting out associated issues ...
FromSent OnAttachments
Iovino, Vincent02 Jan 2007 07:56 
Bryan Alsdorf03 Jan 2007 11:33 
Chris Kirkham08 Mar 2007 14:57 
Bryan Alsdorf12 Mar 2007 01:30 
Chris Kirkham13 Mar 2007 16:43 
Subject:Re: commenting out associated issues and expected resolution date
From:Bryan Alsdorf (bry@mysql.com)
Date:01/03/2007 11:33:18 AM
List:com.mysql.lists.eventum-users

Hi Vincent,

Iovino, Vincent wrote:

Performance is slowing down to a crawl. When we view the source, we see two factors effecting performance when updating an issue:

1) Associated issues 2)Expected resolution year

Associated issues will be fixed in the future (probably Eventum 2.1, we are almost ready to release a beta of 2.0). Expected resolution year I believe is still a bug with smarty, but will look into it more (though I have been unable to reproduce it on my system.

We would like to comment out the code that populates these two fields when updating an issue. Can someone please let us know how to stop the population of these two fields when updating an issue?

Associated issues can be disabled by commenting out this line:

"assoc_issues" => array_map("htmlspecialchars", Issue::getAssocList()),

in update.php (line 121 for me).

Expected resolution can be disabled by editing templates/en/update_form.tpl.html and removing lines 210 through 223 (atleast in my dev version)

Best Regards, /bryan