Hello,
An error occurs when trying to delete a cohort from Moodle
Exception : Undefined constant "metadatacontext_cohort\CONTEXT_COHORT"
Following the trace, it appears indeed that this constant is not defined but used in /local/metadata/context/cohort/classes/observer.php
This constant is defined in /local/metadata/context/cohort/classes/context_handler.php. Defining it in the observer file fixes the issue. Is this the best way though ? Would there be consequences ?
Hello,
An error occurs when trying to delete a cohort from Moodle
Exception : Undefined constant "metadatacontext_cohort\CONTEXT_COHORT"Following the trace, it appears indeed that this constant is not defined but used in
/local/metadata/context/cohort/classes/observer.phpThis constant is defined in
/local/metadata/context/cohort/classes/context_handler.php. Defining it in the observer file fixes the issue. Is this the best way though ? Would there be consequences ?