Update filled internship types to match moodle ones #76

Merged
kadet merged 3 commits from kadet-patch-1 into master 2020-11-07 15:29:11 +01:00
Showing only changes of commit f3740ee414 - Show all commits

View File

@ -131,7 +131,7 @@ namespace InternshipSystem.Repository
}, },
new InternshipType new InternshipType
{ {
Label = "Umowa o staż zpłatny", Label = "Umowa o staż płatny",
LabelEng = "Paid apprenticeship agreement", LabelEng = "Paid apprenticeship agreement",
Description = "np. staż przemysłowy", Description = "np. staż przemysłowy",
DescriptionEng = "e.g. industrial apprenticeship", DescriptionEng = "e.g. industrial apprenticeship",
@ -212,7 +212,7 @@ namespace InternshipSystem.Repository
}, },
new EditionInternshipType new EditionInternshipType
{ {
InternshipType = Context.InternshipTypes.First(t => t.Label.Equals("Umowa zlecenie")) InternshipType = Context.InternshipTypes.First(t => t.Label.Equals("Umowa zlecenia"))
}, },
new EditionInternshipType new EditionInternshipType
{ {
@ -220,7 +220,7 @@ namespace InternshipSystem.Repository
}, },
new EditionInternshipType new EditionInternshipType
{ {
InternshipType = Context.InternshipTypes.First(t => t.Label.Equals("Praktyka bezpłatna")) InternshipType = Context.InternshipTypes.First(t => t.Label.Equals("Umowa o organizację praktyki"))
} }
}, },
Internships = new List<Internship>(), Internships = new List<Internship>(),
@ -270,7 +270,7 @@ namespace InternshipSystem.Repository
}, },
new EditionInternshipType new EditionInternshipType
{ {
InternshipType = Context.InternshipTypes.First(t => t.Label.Equals("Umowa zlecenie")) InternshipType = Context.InternshipTypes.First(t => t.Label.Equals("Umowa zlecenia"))
}, },
new EditionInternshipType new EditionInternshipType
{ {
@ -278,7 +278,7 @@ namespace InternshipSystem.Repository
}, },
new EditionInternshipType new EditionInternshipType
{ {
InternshipType = Context.InternshipTypes.First(t => t.Label.Equals("Praktyka bezpłatna")) InternshipType = Context.InternshipTypes.First(t => t.Label.Equals("Umowa o organizację praktyki"))
} }
}, },
Internships = new List<Internship>(), Internships = new List<Internship>(),