This file fixes a bug with user deletion that leaves some data in the db. when a user is deleted from the LMS the course subscription table was not updated, and keeps been counted in the course management totals (but doesn't appear in the course subscription management).
The following files were modified:
lib/lib.aclmanager.php
NOTE: Subscriptions of users deleted before appling the fix won't be updated.
This fix applies only to docebo 4.0.x, it is already integrated in Forma 1.0
[FIXED] Deleted users counted in course subscription
[FIXED] Deleted users counted in course subscription
- Attachments
-
- FIX_lib.aclmanager.php.zip
- (32.23 KiB) Downloaded 318 times
Re: [FIXED] Deleted users counted in course subscription
Thanks Alberto.
Just to complete the information, the bug only refers to Docebo 4.x
In Docebo 3.x, the subscription count was correct.
Just to complete the information, the bug only refers to Docebo 4.x
In Docebo 3.x, the subscription count was correct.
---------------------
Massimiliano Ferrari
Elearnit - Elearning e Knowledge Management
https://www.elearnit.net
https://www.linkedin.com/in/massimilianoferrari
m.ferrari[at]elearnit.net
Skype: m_ferrari_it
Massimiliano Ferrari
Elearnit - Elearning e Knowledge Management
https://www.elearnit.net
https://www.linkedin.com/in/massimilianoferrari
m.ferrari[at]elearnit.net
Skype: m_ferrari_it
Re: [FIXED] Deleted users counted in course subscription
Thanks alberto. That worked perfectly.