Skip to content

Commit

Permalink
GH-322 Use default languages then creating default edu. program profi…
Browse files Browse the repository at this point in the history
…le for edu. program
  • Loading branch information
roman-yagodin committed Oct 21, 2019
1 parent 348e345 commit f4d2a02
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions R7.University.EduPrograms/EditEduProgram.ascx.cs
Original file line number Diff line number Diff line change
Expand Up @@ -204,6 +204,7 @@ protected override void AddItem (EduProgramInfo item)
ProfileTitle = string.Empty,
EduProgramID = item.EduProgramID,
EduLevelId = item.EduLevelID,
Languages = UniversityConfig.Instance.EduProgramProfiles.DefaultLanguages,
// unpublish profile
EndDate = item.CreatedOnDate.Date
};
Expand Down

0 comments on commit f4d2a02

Please sign in to comment.