File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed
DigitalLearningSolutions.Web
Views/TrackingSystem/Delegates/ViewDelegate Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -12,5 +12,6 @@ public static class FeatureFlags
1212 public const string PricingPageEnabled = "PricingPage" ;
1313 public const string RefactoredFindYourCentrePage = "RefactoredFindYourCentrePage" ;
1414 public const string UserFeedbackBar = "UserFeedbackBar" ;
15+ public const string ShowSelfAssessmentProgressButtons = "ShowSelfAssessmentProgressButtons" ;
1516 }
1617}
Original file line number Diff line number Diff line change 1010 </summary >
1111 <div class =" nhsuk-details__text" >
1212 <partial name =" ~/Views/TrackingSystem/Delegates/Shared/_DelegateSelfAssessmentProgressDetails.cshtml" model =" @Model" />
13-
14- <partial name =" ~/Views/TrackingSystem/Delegates/Shared/_DelegateSelfAssessmentProgressButtons.cshtml" model =" @Model" />
13+ <feature name =" ShowSelfAssessmentProgressButtons" >
14+ <partial name =" ~/Views/TrackingSystem/Delegates/Shared/_DelegateSelfAssessmentProgressButtons.cshtml" model =" @Model" />
15+ </feature >
1516 </div >
1617 </details >
1718</div >
Original file line number Diff line number Diff line change 1515 "ShowAppCardForLegacyTrackingSystem" : true ,
1616 "RefactoredSuperAdminInterface" : false ,
1717 "UseSignposting" : true ,
18- "PricingPage" : true
18+ "PricingPage" : true ,
19+ "ShowSelfAssessmentProgressButtons" : false
1920 },
2021 "LearningHubOpenAPIBaseUrl" : " https://uks-learninghubnhsuk-openapi-test.azurewebsites.net" ,
2122 "LearningHubOpenAPIKey" : " " ,
You can’t perform that action at this time.
0 commit comments