Skip to content

R7.University 1.3.0

Compare
Choose a tag to compare
@roman-yagodin roman-yagodin released this 09 Oct 10:35
· 2165 commits to master since this release

Important changes: Educational programs and educational profiles were separated. Install script perform DB schema update and also safely move data between new tables.

Before upgrade: Make sure, what University_EduProgram table don't have any records with null or empty Code field and all Code values strictly relate to certain educational program. Also make database backup before upgrading!

  • Add audit and StartDate/EndDate properties to educational program.
  • Removed obsolete employee properties: NamePrefix, Disciplines, AcademicDegree, AcademicTitle and corresponding UI/code parts.
  • Workaround for #74: External links in achievements not working.
  • AjaxControlToolkit.ComboBox upgraded to 15.3.1.
  • Code and DB schema refactoring.