Skip to content

release-2021-05-28-12.11

@kdmccormick kdmccormick tagged this 28 May 14:19
The user_tasks app is only needed by a cms feature.
However, it has been listed under INSTALLED_APPS
for both cms and lms because app-permissions only ran
in an lms context until recently.

Since app-permissions now creates the user_tasks_admin
group in a cms context, the app can be safely removed
from lms's INSTALLED_APPS.

TNL-8274
Assets 2
Loading