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