File tree Expand file tree Collapse file tree 2 files changed +5
-11
lines changed
DigitalLearningSolutions.Data/DataServices/SelfAssessmentDataService
DigitalLearningSolutions.Web/Views/SuperAdmin/Centres Expand file tree Collapse file tree 2 files changed +5
-11
lines changed Original file line number Diff line number Diff line change @@ -171,7 +171,7 @@ GROUP BY
171171 public void UpdateLastAccessed ( int selfAssessmentId , int delegateUserId )
172172 {
173173 var numberOfAffectedRows = connection . Execute (
174- @"UPDATE CandidateAssessments SET LastAccessed = GETUTCDATE ()
174+ @"UPDATE CandidateAssessments SET LastAccessed = GETDATE ()
175175 WHERE SelfAssessmentID = @selfAssessmentId AND DelegateUserID = @delegateUserId" ,
176176 new { selfAssessmentId , delegateUserId }
177177 ) ;
Original file line number Diff line number Diff line change 1212 </ol >
1313 <p class =" nhsuk-breadcrumb__back" >
1414 <a class =" nhsuk-breadcrumb__backlink"
15- asp-controller =" Centres" asp-action =" Index" >Back to Centres </a >
15+ asp-controller =" Centres" asp-action =" Index"
16+ >Back to Centres </a >
1617 </p >
1718 </div >
1819 </nav >
186187 <b >Per delegate upload space</b >
187188 </dt >
188189 <dd class =" nhsuk-summary-list__value" >
189- @if (@Model .CandidateByteLimit == 1024 )
190- {
191- @( $" {Model .CandidateByteLimit / 1024 } GB" )
192- }
193- else
194- {
195- @( $" {Model .CandidateByteLimit } MB" )
196- }
190+ @Model.CandidateByteLimit MB
197191 </dd >
198192 </div >
199193 <div class =" nhsuk-summary-list__row details-list-with-button__row" >
214208 asp-controller =" Centres"
215209 asp-action =" CentreRoleLimits"
216210 asp-route-centreId =" @Model.CentreId" >
217- Customise role limits
211+ Customise role limits
218212 </a >
219213 </div >
220214 </div >
You can’t perform that action at this time.
0 commit comments