remove development feature flag for ssd
fixes COMMS-1137 Test Plan: - go to the feature options page on your account settings - notice the section specific feature flag no longer says development - turn on flag - go to discussions index page - notice nothing has changed Change-Id: I03837d424298a5eab263523798cfcbbeaaa66fcb Reviewed-on: https://gerrit.instructure.com/151920 Tested-by: Jenkins Reviewed-by: Landon Gilbert-Bland <lbland@instructure.com> Product-Review: Steven Burnett <sburnett@instructure.com> QA-Review: Steven Burnett <sburnett@instructure.com>
This commit is contained in:
parent
c1709544c1
commit
e9333b19d7
|
@ -133,7 +133,6 @@ END
|
||||||
description: -> { I18n.t('Allows creating discussions for a specific section') },
|
description: -> { I18n.t('Allows creating discussions for a specific section') },
|
||||||
applies_to: 'Account',
|
applies_to: 'Account',
|
||||||
state: 'hidden',
|
state: 'hidden',
|
||||||
development: true,
|
|
||||||
},
|
},
|
||||||
'permissions_v2_ui' =>
|
'permissions_v2_ui' =>
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue