This repository has been archived by the owner on Feb 27, 2024. It is now read-only.
Releases: edx/organizations-edx-platform-extensions
Releases · edx/organizations-edx-platform-extensions
Ironwood updates
Merge branch 'master-ginkgo' # Conflicts: # setup.py
Corrected course_id
Removed to_deprecated_string call for course_id
MCKIN-18911 - Fix for participants count on company detail page
Issue:
On company detail page the participants count for all courses in a company are not accurate. If one participant have any admin role in any of the courses they are getting excluded from all of the courses.
Fix:
Filtered out only relevant users from a course count for which they have admin roles.
MCKIN-18807 Fix course count discrepency
v1.3.5 MCKIN-18807 WEB - On un enrolling a user from a course, the count for…
Ironwood release
v2.0.0 updating version for ironwood release
Organization post api optimized
YONK-1660 Organization post api optimised (#48) * YONK-1660 organizations post api optimized
Organisation post api optimization
v1.3.3 YONK-1660 organizations post api optimized
v1.3.2
Merge pull request #46 from edx-solutions/MCKIN-12757-fix-courses-count
v1.3.1
Merge pull request #43 from edx-solutions/MCKIN-12757 MCKIN-12757 count of number of courses is incorrect
Add exclude admins filter to organization courses API
v1.3.0 MCKIN-12682: add admins exclusion filter to organization courses api …