unhide the anonymous moderated marking audit trail feature flag
Changes the default configuration on the Anonymous Moderated Marking Audit Trail feature flag to allow use in production. fixes GRADE-1822 test plan: - Confirm the Anonymous Moderated Marking Audit Trail flag appears on on the account settings page with just the beta tag. Change-Id: Iac617107fb0a179d03d0feb1989b2ec240dfb35c Reviewed-on: https://gerrit.instructure.com/171350 Tested-by: Jenkins Reviewed-by: Adrian Packel <apackel@instructure.com> Reviewed-by: Gary Mei <gmei@instructure.com> QA-Review: Keith Garner <kgarner@instructure.com> Product-Review: Keith Garner <kgarner@instructure.com>
This commit is contained in:
parent
849031f930
commit
0e55f6ef49
|
@ -50,9 +50,8 @@ Feature.register(
|
|||
DESCRIPTION
|
||||
},
|
||||
applies_to: 'Account',
|
||||
state: 'hidden',
|
||||
state: 'allowed',
|
||||
root_opt_in: true,
|
||||
beta: true,
|
||||
development: true
|
||||
beta: true
|
||||
}
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue