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
A list of constants here https://github.com/catalyst/moodle-tool_dynamic_cohorts/blob/MOODLE_404_STABLE/classes/condition_base.php#L31 is ugly and shouldn't really belong to base class.
On top of that those operator values can get mixed up if used for conflicting type of fields. E.g. date and text types operators. Like here https://github.com/catalyst/moodle-tool_dynamic_cohorts/blob/MOODLE_404_STABLE/classes/condition_base.php#L31 or here https://github.com/catalyst/moodle-tool_dynamic_cohorts/blob/MOODLE_404_STABLE/classes/local/tool_dynamic_cohorts/condition/fields_trait.php#L65
This can lead to bugs and unexpected results.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
A list of constants here https://github.com/catalyst/moodle-tool_dynamic_cohorts/blob/MOODLE_404_STABLE/classes/condition_base.php#L31 is ugly and shouldn't really belong to base class.
On top of that those operator values can get mixed up if used for conflicting type of fields. E.g. date and text types operators. Like here https://github.com/catalyst/moodle-tool_dynamic_cohorts/blob/MOODLE_404_STABLE/classes/condition_base.php#L31 or here https://github.com/catalyst/moodle-tool_dynamic_cohorts/blob/MOODLE_404_STABLE/classes/local/tool_dynamic_cohorts/condition/fields_trait.php#L65
This can lead to bugs and unexpected results.
The text was updated successfully, but these errors were encountered: