We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The function iter_mfes_per_service has a problem that didn't support other not core MFEs. To fix this just a line needs to be changed.
iter_mfes_per_service
This line should be replaced
tutor-contrib-mfe-extensions/tutormfe_extensions/plugin.py
Line 79 in 2dbce5e
by:
lms_mfes = set(active_mfes) - cms_mfes
So other MFEs could be supported, like ecommerce MFEs, or other custom MFEs.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The function
iter_mfes_per_service
has a problem that didn't support other not core MFEs.To fix this just a line needs to be changed.
This line should be replaced
tutor-contrib-mfe-extensions/tutormfe_extensions/plugin.py
Line 79 in 2dbce5e
by:
So other MFEs could be supported, like ecommerce MFEs, or other custom MFEs.
The text was updated successfully, but these errors were encountered: