8. Relate to TABLE namedqueries need to change list below: 8.1 Delete the field linkinfooter from table namedqueries Added : N/A Removed: FIELD namedqueries.linkinfooter
Created attachment 303738 [details] The patch to fix : 8.1 Delete the field linkinfooter from table namedqueries The linkinfooter is used in the template file : "template/en/default/global/useful-links.html.tmpl" : ============================================================================= [% FOREACH q = user.queries %] [% IF q.linkinfooter %] [% " | " IF print_pipe %] <a href="buglist.cgi?cmdtype=runnamed&namedcmd=[% q.name FILTER url_quote %]"><nobr>[% q.name FILTER html %]</nobr></a> [% print_pipe = 1 %] [% END %] [% END %] ==================================================================================== The above template file is not used in the hwcert catalog, So remove the field linkinfooter from the select sql query. pls refer to the patch. Best Regards! Nicho
patch looks good to me nicho, maybe also here is a good idea to remove the code refering to linkfooter from the template/en/default/global/useful-links.html.tmpl Cheers, Noura
Created attachment 304100 [details] Patch improve: Remove the code refering to linkfooter from the template/en/default/global/useful-links.html.tmpl Pls review, Nicho
Created attachment 304130 [details] Patch Improve:
Created attachment 304131 [details] Patch Improve:
Patch looks good, Thanks nicho.
Please commit this change to CVS and set the status to MODIFIED.
tested and run good