Created attachment 7530 [details] patch, v1 Looks like that when dmorgan ported Mageia customizations from 4.2 to 4.4, he simply copied the old bug/edit.html.tmpl template to the new installation. But meanwhile, Bugzilla added some new features, for instance the new keywords list. But the old template doesn't contain this code, see: http://gitweb.mageia.org/web/templates/bugzilla/tree/template/en/default/bug/edit.html.tmpl#n612 There is a missing |possible_values = all_keywords| passed to bug/field.html.tmpl. Attached is the patch which fixes this problem. Please push it. :)
@tmb: could you push this patch into http://gitweb.mageia.org/web/templates/bugzilla/ please?
CC: (none) => tmb
Noboby to commit this trivial patch? :(
commit 92e396b074ddb932e508879961ef9f9fec710e4f Author: Nicolas Lécureuil <neoclust@...> Date: Mon Sep 26 08:02:03 2016 +0200 Fix bugzilla template to show new keyword list ( mga#17922 ) --- Commit Link: http://gitweb.mageia.org/web/templates/bugzilla/commit/?id=92e396b074ddb932e508879961ef9f9fec710e4f
didn't saw this bugreport :) i commit it.
Thanks! :)
Status: ASSIGNED => RESOLVEDResolution: (none) => FIXED
That's great, thanks a lot!