Skip to content

4.7.5

Choose a tag to compare

@MueezKhan246 MueezKhan246 released this 22 Nov 12:55
· 880 commits to master since this release
b0eca94
Enable incomplete course learner transmission (#1940)

* feat: added flag to allow in progress course learner data transmission

* test: added test case for testing enable_incomplete_progress_transmission flag

* refactor: code formating to pass pipeline

* fix: test_migrations test fail

* refactor: restructuring enable_incomplete_progress_transmission to moodle config level

* refactor: fixing line length format issue

* refactor: made the comment explaining check, more clear

* refactor: merging migrations to remove conflict

* refactor: updated if condition with better structure

* refactor: fixing continuation line with same indent as next logical line