Bug 1326559 - Product level Fields moved to params.json should move to the database
Summary: Product level Fields moved to params.json should move to the database
Keywords:
Status: CLOSED NEXTRELEASE
Alias: None
Product: Bugzilla
Classification: Community
Component: Administration
Version: 5.0
Hardware: Unspecified
OS: Unspecified
medium
unspecified vote
Target Milestone: 5.0
Assignee: Jeff Fearn 🐞
QA Contact: tools-bugs
URL:
Whiteboard:
Depends On:
Blocks: 1284341
TreeView+ depends on / blocked
 
Reported: 2016-04-13 03:54 UTC by Jeff Fearn 🐞
Modified: 2018-12-09 06:29 UTC (History)
4 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2016-05-16 06:06:49 UTC


Attachments (Terms of Use)

Description Jeff Fearn 🐞 2016-04-13 03:54:22 UTC
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.

Comment 1 Jeff Fearn 🐞 2016-04-13 04:25:11 UTC
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

Comment 2 Jeff Fearn 🐞 2016-04-14 00:21:42 UTC
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.

Comment 5 Rony Gong 🔥 2016-05-04 07:38:04 UTC
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.


Note You need to log in before you can comment on or make changes to this bug.