Set New User Tutorial FF to `allowed`
Closes FALCOR-473 Test Plan: * Go to an account's feature flags * The "New User Tutorial" feature flag should be disabled, but toggleable * Turning on the feature flag should enable the New User Tutorial Change-Id: Id2c9c888f0469b9b4d5faba8a7dab72d62ccab99 Reviewed-on: https://gerrit.instructure.com/118426 Tested-by: Jenkins Reviewed-by: Venk Natarajan <vnatarajan@instructure.com> QA-Review: Dan Sasaki <dsasaki@instructure.com> Product-Review: Venk Natarajan <vnatarajan@instructure.com>
This commit is contained in:
parent
b49c5f6ec4
commit
30234fae7a
|
@ -521,7 +521,7 @@ END
|
|||
display_name: -> { I18n.t('New User Tutorial')},
|
||||
description: -> { I18n.t('Provide tutorial information for new users in a flyout tray.')},
|
||||
applies_to: "RootAccount",
|
||||
state: "on",
|
||||
state: "allowed",
|
||||
},
|
||||
'student_planner' =>
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue