May be hiding discussion tab is not working?
I have set FEATURES[‘ALLOW_HIDING_DISCUSSION_TAB’] = True, but the hide icon is not present yet. I’m trying maple, tutor, version 13.2.2. It used to work in Ironwood.
Anybody else is experiencing the same problem?
It is working for me with the following plugin.
from tutor import hooks
hooks.Filters.ENV_PATCHES.add_item(
(
"openedx-common-settings",
'FEATURES["ALLOW_HIDING_DISCUSSION_TAB"] = True',
)
)
Thanks @uetuluk!!!
My mistake is that I was patching openedx-lms-common-settings
, and the correct patch is openedx-common-settings
.
Hi @Andres.Aulasneo @uetuluk ,
Is this configuration still relevant? Currently, we have the discussion page settings in the ‘Pages & Resources’ MFE. I’m unable to disable the discussion in one particular course. I can only change discussion providers to use and not disable it.
Whereas, we can disable the Progress tab for individual courses
Currently, I can remove the discussion service as a whole from the deployment by disabling the tutor-forum plugin, but I would like to know if there is any particular configuration to disable the Discussion tab for individual courses only?
FYI, I’m using Tutor Palm version in K8s deployment