Hide Forgot
Description of problem: There group categories in use are not fit for exposure to the public, but we are using optgroups to allow a nicer display of groups for selection Therefore the names and application of the categories needs to change. audit => admin, move all non-admin groups to the correct category internal => Red Hat partner => Partner public => Public The audit scripts will need to be updated to cope with this.
Tested on QA environment(5.0.3-rh9) Result: Failed Steps: 1.Login by admin, then try to create a group ==>The available items for field category are: public, partner, internal, audit which should be updated to audit => admin internal => Red Hat partner => Partner public => Public
These settings are in params.json and are in Ansible on the BZ-5 branch of my bugzilla clone.
After run this by ansible, this issue fixed
(In reply to Rony Gong from comment #3) > After run this by ansible, this issue fixed After update by ansible, the selectable items contains below: Public Partner Red Hat Admin Please update the ansible script.
Tested on QA environment(5.0.3-rh9) Result: Pass