Skip to content

R7.Enrollment 0.4

Compare
Choose a tag to compare
@roman-yagodin roman-yagodin released this 07 Jul 06:28
· 14 commits to master since this release

v0.3.3...v0.4.0

There is no UI to tweak module settings right now, but you can set and change them via database, e.g. like that:

insert into dbo.ModuleSettings (ModuleID, SettingName, SettingValue, CreatedByUserID, CreatedOnDate, LastModifiedByUserID, LastModifiedOnDate)
values (38129, 'DataFolderPath', 'Groups/79/spiski', -1, GETDATE(), -1, GETDATE())
insert into dbo.ModuleSettings (ModuleID, SettingName, SettingValue, CreatedByUserID, CreatedOnDate, LastModifiedByUserID, LastModifiedOnDate)
values (38129, 'IncludeEmptyCompetitions', 'True', -1, GETDATE(), -1, GETDATE())