Adds feature flag for new folder tree
Should I use BambooTree or not? closes CNVS-21099 Test Plan: - Not much to QA here. Change-Id: Ice5769c119b0f533a51cf2712acef34a2727c41a Reviewed-on: https://gerrit.instructure.com/56456 Tested-by: Jenkins Reviewed-by: Sterling Cobb <sterling@instructure.com> QA-Review: Sterling Cobb <sterling@instructure.com> Product-Review: Sterling Cobb <sterling@instructure.com>
This commit is contained in:
parent
e2dba409f0
commit
22aa53007d
|
@ -348,7 +348,16 @@ END
|
|||
state: 'hidden_in_prod',
|
||||
development: true,
|
||||
root_opt_in: true
|
||||
}
|
||||
},
|
||||
'use_new_tree' =>
|
||||
{
|
||||
display_name: -> { I18n.t('Use new folder tree in Files')},
|
||||
description: -> {I18n.t('Replaces the current folder tree with a new accessible and more feature rich folder tree.')},
|
||||
applies_to: 'Course',
|
||||
state: 'hidden',
|
||||
development: true,
|
||||
root_opt_in: true
|
||||
}
|
||||
)
|
||||
|
||||
def self.definitions
|
||||
|
|
Loading…
Reference in New Issue