-
Notifications
You must be signed in to change notification settings - Fork 18
Open
Description
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 ?
Metadata
Metadata
Assignees
Labels
No labels