Skip to content

Commit 9d07715

Browse files
authored
Merge pull request #2785 from TechnologyEnhancedLearning/Develop/Features/TD-4595-Removethelegacytrackingsystemtilefromtheapplicationselector
TD-4595 Remove the legacy tracking system tile from the application selector
2 parents a764719 + 05d2e14 commit 9d07715

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

DigitalLearningSolutions.Web/appSettings.UAT.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"MonthsToPromptUserDetailsCheck": 6,
1212
"FeatureManagement": {
1313
"RefactoredTrackingSystem": true,
14-
"ShowAppCardForLegacyTrackingSystem": true,
14+
"ShowAppCardForLegacyTrackingSystem": false,
1515
"WorkforceManagerInterface": false,
1616
"SupervisorProfileAssessmentInterface": false,
1717
"RefactoredSuperAdminInterface": true,

DigitalLearningSolutions.Web/appsettings.Development.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"MonthsToPromptUserDetailsCheck": 6,
1212
"FeatureManagement": {
1313
"RefactoredTrackingSystem": true,
14-
"ShowAppCardForLegacyTrackingSystem": true,
14+
"ShowAppCardForLegacyTrackingSystem": false,
1515
"SupervisorProfileAssessmentInterface": true,
1616
"WorkforceManagerInterface": true,
1717
"RefactoredSuperAdminInterface": true,

DigitalLearningSolutions.Web/appsettings.Production.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"MonthsToPromptUserDetailsCheck": 6,
1212
"FeatureManagement": {
1313
"RefactoredTrackingSystem": true,
14-
"ShowAppCardForLegacyTrackingSystem": true,
14+
"ShowAppCardForLegacyTrackingSystem": false,
1515
"WorkforceManagerInterface": false,
1616
"SupervisorProfileAssessmentInterface": false,
1717
"RefactoredSuperAdminInterface": true,

DigitalLearningSolutions.Web/appsettings.SIT.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"MonthsToPromptUserDetailsCheck": 6,
1111
"FeatureManagement": {
1212
"RefactoredTrackingSystem": true,
13-
"ShowAppCardForLegacyTrackingSystem": true,
13+
"ShowAppCardForLegacyTrackingSystem": false,
1414
"SupervisorProfileAssessmentInterface": true,
1515
"WorkforceManagerInterface": true,
1616
"RefactoredSuperAdminInterface": true,

DigitalLearningSolutions.Web/appsettings.Test.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"MonthsToPromptUserDetailsCheck": 6,
1212
"FeatureManagement": {
1313
"RefactoredTrackingSystem": true,
14-
"ShowAppCardForLegacyTrackingSystem": true,
14+
"ShowAppCardForLegacyTrackingSystem": false,
1515
"SupervisorProfileAssessmentInterface": true,
1616
"WorkforceManagerInterface": true,
1717
"RefactoredSuperAdminInterface": true,

DigitalLearningSolutions.Web/appsettings.UarTest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"MonthsToPromptUserDetailsCheck": 6,
1212
"FeatureManagement": {
1313
"RefactoredTrackingSystem": true,
14-
"ShowAppCardForLegacyTrackingSystem": true,
14+
"ShowAppCardForLegacyTrackingSystem": false,
1515
"WorkforceManagerInterface": false,
1616
"SupervisorProfileAssessmentInterface": false,
1717
"RefactoredSuperAdminInterface": false,

DigitalLearningSolutions.Web/appsettings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"MonthsToPromptUserDetailsCheck": 6,
1313
"FeatureManagement": {
1414
"RefactoredTrackingSystem": false,
15-
"ShowAppCardForLegacyTrackingSystem": true,
15+
"ShowAppCardForLegacyTrackingSystem": false,
1616
"RefactoredSuperAdminInterface": false,
1717
"UseSignposting": true,
1818
"PricingPage": true,

0 commit comments

Comments
 (0)