I would like to put the last change at the top of the email and sort desc from there so the newest are shown at top of the email. I guess i would need to edit email_api.php to do this but i dont see a sort order in that file. Any help would be appreciated.
-LC
Change email format DESC
Moderators: Developer, Contributor
worth a try
I havent tried, but since you can change your main bugs views, this might also affect the emails. Try out these config vars in your config_inc.php:
# --- bugnote ordering ------------
# change to ASC or DESC
$g_bugnote_order = 'DESC';
# --- bug history ordering ----
# change to ASC or DESC
$g_history_order = 'ASC';
...please let us know if this works or what problems are encountered...
# --- bugnote ordering ------------
# change to ASC or DESC
$g_bugnote_order = 'DESC';
# --- bug history ordering ----
# change to ASC or DESC
$g_history_order = 'ASC';
...please let us know if this works or what problems are encountered...