Skip to content

Commit 6f7b1e2

Browse files
authored
Merge branch 'DEV' into DLS-Release-v1.2.0
2 parents e91858b + 84ac07f commit 6f7b1e2

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

.github/workflows/build-and-deploy-dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,4 +138,4 @@ jobs:
138138
{
139139
Remove-Item -LiteralPath 'E:/web/${{env.SitePath}}-PREVIOUS' -Force -Recurse
140140
}
141-
Remove-Item 'E:/web/${{env.SitePath}}/app_offline.htm' -Force
141+
Remove-Item 'E:/web/${{env.SitePath}}/app_offline.htm' -Force

DigitalLearningSolutions.Data/DataServices/FrameworkDataService.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,7 @@ bool zeroBased
134134
int InsertFrameworkCompetency(int competencyId, int? frameworkCompetencyGroupID, int adminId, int frameworkId, bool alwaysShowDescription = false);
135135

136136
int AddCollaboratorToFramework(int frameworkId, string userEmail, bool canModify, int? centreID);
137+
137138
int AddCustomFlagToFramework(int frameworkId, string flagName, string flagGroup, string flagTagClass);
138139
void UpdateFrameworkCustomFlag(int frameworkId, int id, string flagName, string flagGroup, string flagTagClass);
139140

DigitalLearningSolutions.Web/Services/FrameworkService.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,7 @@ bool zeroBased
128128
int InsertFrameworkCompetencyGroup(int groupId, int frameworkID, int adminId);
129129

130130
int AddCollaboratorToFramework(int frameworkId, string userEmail, bool canModify, int? centreID);
131+
131132
int AddCustomFlagToFramework(int frameworkId, string flagName, string flagGroup, string flagTagClass);
132133
void UpdateFrameworkCustomFlag(int frameworkId, int id, string flagName, string flagGroup, string flagTagClass);
133134

0 commit comments

Comments
 (0)