File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
DigitalLearningSolutions.Web/Views/Frameworks/Developer Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 7979 <div class = "nhsuk -radios__conditional nhsuk -radios__conditional --hidden " id = "conditional -download -2">
8080 <div class = "nhsuk -hint nhsuk -radios__hint " id = "download -option -2-hint ">
8181 This Excel file will include all existing @Model .FrameworkVocabularyPlural .ToLower () whose details you can update .<br />
82- New @Model .FrameworkVocabularyPlural .ToLower () can be added by including their details on a blank row .
82+ New @Model .FrameworkVocabularyPlural .ToLower () can be added by including their details on a blank row , leaving the ID column blank .
8383 </div >
8484 <a class = "nhsuk -button nhsuk -button --secondary " role = "button " asp -route -frameworkId = "@ViewContext .RouteData .Values ["frameworkId "]" asp -route -vocabulary = "@Model .FrameworkVocabularySingular " asp -route -DownloadOption = "2" asp -controller = "Frameworks " asp -action = "DownloadCompetencies " target = "_blank ">
8585 Download @Model .FrameworkVocabularyPlural .ToLower ()
Original file line number Diff line number Diff line change 3636 <li >@Model.ProcessedCount @( Model .ProcessedCount == 1 ? " line" : " lines" ) processed</li >
3737 <li >@Model.CompetencyGroupsInsertedCount new @( Model .CompetencyGroupsInsertedCount == 1 ? $" {Model .FrameworkVocabularySingular .ToLower ()} group" : $" {Model .FrameworkVocabularySingular .ToLower ()} groups" ) inserted</li >
3838 <li >@Model.CompetenciesInsertedCount new @( Model .CompetenciesInsertedCount == 1 ? Model .FrameworkVocabularySingular .ToLower () : Model .FrameworkVocabularyPlural .ToLower ()) inserted</li >
39- <li >@Model.CompetenciesUpdatedCount new @( Model .CompetenciesUpdatedCount == 1 ? Model .FrameworkVocabularySingular .ToLower () : Model .FrameworkVocabularyPlural .ToLower ()) updated</li >
39+ <li >@Model.CompetenciesUpdatedCount existing @( Model .CompetenciesUpdatedCount == 1 ? Model .FrameworkVocabularySingular .ToLower () : Model .FrameworkVocabularyPlural .ToLower ()) updated</li >
4040 <li >@Model.SkippedCount rows @( Model .SkippedCount == 1 ? " line" : " lines" ) skipped (nothing inserted but no errors)</li >
4141 <li >@Model.ErrorCount @( Model .ErrorCount == 1 ? " line" : " lines" ) skipped due to errors</li >
4242 </ul >
Original file line number Diff line number Diff line change 8181 < div class =" nhsuk-grid-column-full" >
8282 < a class =" nhsuk-button" asp -action =" AddEditFrameworkCompetencyGroup" asp -route -frameworkId =" @(ViewContext.RouteData.Values[" frameworkId "])" >Add @Model.VocabSingular().ToLower() group</a>
8383 < a class =" nhsuk-button nhsuk-button--secondary" asp -action =" AddEditFrameworkCompetency" asp -route -frameworkId =" @(ViewContext.RouteData.Values[" frameworkId "])" >Add ungrouped @Model.VocabSingular().ToLower()</a>
84- < a class =" nhsuk-button nhsuk-button--secondary" asp -action =" ImportCompetencies" asp -route -frameworkId =" @(ViewContext.RouteData.Values[" frameworkId "])" asp-route-isNotBlank=" @(Model .FrameworkCompetencies .Any ()| Model .FrameworkCompetencyGroups .Any ())" asp -route -tabname =" @(ViewContext.RouteData.Values[" tabname "])" >Import @Model.VocabPlural().ToLower() from Excel </a>
84+ < a class =" nhsuk-button nhsuk-button--secondary" asp -action =" ImportCompetencies" asp -route -frameworkId =" @(ViewContext.RouteData.Values[" frameworkId "])" asp-route-isNotBlank=" @(Model .FrameworkCompetencies .Any ()| Model .FrameworkCompetencyGroups .Any ())" asp -route -tabname =" @(ViewContext.RouteData.Values[" tabname "])" >Bulk upload/update @Model.VocabPlural().ToLower()</a>
8585 < / div >
8686 </div >
8787}
You can’t perform that action at this time.
0 commit comments