Hide Forgot
Description of problem: AS subject Version-Release number of selected component (if applicable): 5.0 How reproducible: Always Steps to Reproduce: 1. ./checksetup Actual results: The following parameters are no longer used in Bugzilla, and so have been moved from your parameters file into ./data/old-params.txt: rh_always_cc, rh_doc_type_text, rh_component_template, rh_ext_bz_regex, rh_no_clear_acks, rh_on_dev_products Expected results: Not deleting required fields Additional info: This is the only thing I can find that is broken using ./checksetup for Bugzilla 5.
Seems half of them are in the Red Hat exstension but missing the type. A list of types can be found in Bugzilla/Config/Common.pm
After considering the complexity of changing the params code to handle objects it's become clear that moving them to the database is a more robust approach. Will open another 3 bugs ease code review and QE. This bug will be for moving rh_on_dev_products, rh_no_clear_acks, & rh_always_cc to product level settings.
QA environment(5.0.2-rh5) Result: Pass Steps: These 3 features could work well now rh_on_dev_products, rh_no_clear_acks, & rh_always_cc.