Skip to content

Releases: openedx/edx-enterprise

4.13.4

07 Mar 17:37
7ddd2ce
Compare
Choose a tag to compare

feat: admin pages for enterprise groups and enterprise group memberships

4.13.3

06 Mar 14:19
beb2832
Compare
Choose a tag to compare

feat: adding management command to remove expired pending group memberships

4.13.2

01 Mar 16:30
f383a8c
Compare
Choose a tag to compare

feat: add a waffle flag for enterprise groups feature

4.13.1

01 Mar 06:57
a23e042
Compare
Choose a tag to compare

feat: adding soft delete functionality for groups and membership models

4.13.0

29 Feb 17:02
16bd6fd
Compare
Choose a tag to compare

What's Changed

  • feat: add Waffle-based enterprise_features to EnterpriseCustomerUserViewSet by @adamstankiewicz in #2037

Full Changelog: 4.12.6...4.13.0

fix: Proximus learner data transmission failures

29 Feb 09:12
7e3907f
Compare
Choose a tag to compare
  • For CSOD learners, while fetching the enrollments to transmit check whether the transmission record exists. This check will not work for learners who enroll from workflows other than the legacy b2c enrollment flow. To fix this behavior, we'll treat the CSOD transmissions like the rest of integrated channels. If not, we'll continue using the CSOD specific logic.

4.12.5

27 Feb 18:32
b4f6918
Compare
Choose a tag to compare

feat: Adding a group membership to the EnterpriseCustomerUserReadOnlySerializer

4.12.4

27 Feb 14:40
f225570
Compare
Choose a tag to compare

feat: adding assign_learners and remove_learners api endpoints for enterprise groups

4.12.3: Added management command to clear out excessive records for integrate…

26 Feb 12:48
454ccae
Compare
Choose a tag to compare
…d channel API request log table (#2029)

* feat: management command to clear out excessive records for API log table

4.12.2

22 Feb 23:07
d92c199
Compare
Choose a tag to compare

feat: add api /learners/ endpoint to the enterprise group viewset