student context cards feature flag

closes FALCOR-10

Test plan:
  the account feature flags page should have a development feature flag for
  student context cards

Change-Id: Icc64642012e4cc94865093d9985e0d2a17c7fe42
Reviewed-on: https://gerrit.instructure.com/95369
Tested-by: Jenkins
Reviewed-by: John Corrigan <jcorrigan@instructure.com>
Product-Review: Simon Williams <simon@instructure.com>
QA-Review: Simon Williams <simon@instructure.com>
This commit is contained in:
Cameron Matheson 2016-11-14 12:24:50 -07:00
parent 51a3b1464b
commit 369a83ea3b
1 changed files with 9 additions and 0 deletions

View File

@ -504,6 +504,15 @@ END
state: 'hidden',
beta: true,
development: true
},
'student_context_cards' =>
{
display_name: -> { I18n.t('Student Context Card') },
description: -> { I18n.t('Enable student context card links') },
applies_to: "RootAccount",
state: "hidden_in_prod",
beta: true,
development: true,
}
)