f564cde29d37 — Steve Fink 4 years ago
If the user edits the product::component, it should get another shot at a menu listing. Note that this is not really quite right; fill_values(finalize=True) will be called twice.
1 files changed, 1 insertions(+), 0 deletions(-)

M __init__.py
M __init__.py +1 -0
@@ 1796,6 1796,7 @@ def _bzexport_phabsend(ui, repo, opts, r
 
     if opts['new']:
         values = edit_form(ui, repo, values, 'new_bug_template')
+        fill_values(values, ui, repo, api_server, finalize=True, patchdata=contents)
         bug = create_bug(ui, values, bzinfo, opts)
         values['BUGNUM'] = str(bug)