Skip to content

Commit

Permalink
unset the BETA mark for student planner feature flag
Browse files Browse the repository at this point in the history
Change-Id: I8735c1b273ffb3ac5f79e032787a2d6edd5e13f8
Reviewed-on: https://gerrit.instructure.com/164008
Tested-by: Jenkins
Reviewed-by: Mysti Sadler <[email protected]>
Product-Review: Jeremy Stanley <[email protected]>
QA-Review: Jeremy Stanley <[email protected]>
  • Loading branch information
jstanley0 committed Sep 14, 2018
1 parent 8fa91ff commit 31a6d52
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions lib/feature.rb
Original file line number Diff line number Diff line change
Expand Up @@ -599,9 +599,7 @@ def self.validate_attrs(attrs)
display_name: -> { I18n.t('To Do List Dashboard')},
description: -> { I18n.t('Provides users with a To Do List Dashboard option.')},
applies_to: "RootAccount",
state: "hidden",
beta: true,
development: false
state: "hidden"
},
'rubric_criterion_range' =>
{
Expand Down

0 comments on commit 31a6d52

Please sign in to comment.