Skip to content

Commit f13227c

Browse files
TD-4595 Remove the legacy tracking system tile from the application selector
1 parent b07feae commit f13227c

File tree

7 files changed

+8
-8
lines changed

7 files changed

+8
-8
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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"ConnectionStrings": {
3-
"DefaultConnection": "Data Source=localhost;Initial Catalog=mbdbx101_uar;Integrated Security=True;TrustServerCertificate=true;",
3+
"DefaultConnection": "Data Source=localhost;Initial Catalog=mbdbx101_uar;Integrated Security=True;TrustServerCertificate=true;",
44
"UnitTestConnection": "Data Source=localhost;Initial Catalog=mbdbx101_uar_test;Integrated Security=True;TrustServerCertificate=true;"
55
},
66
"CurrentSystemBaseUrl": "https://localhost:5001",
@@ -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)