ndunand / moodle-enrol_attributes

This plugin allows users to be enrolled according to any value stored in their user profile.
https://moodle.org/plugins/enrol_attributes
18 stars 22 forks source link

Add NOT #27

Closed chadberg closed 10 months ago

chadberg commented 5 years ago

Currently rules can be put together and nested with AND and OR. Can you add NOT to that as well, so that it is easier to exclude individuals based on profile fields?

NicoAlexH commented 10 months ago

Added inequality comparison operator (!=) : https://github.com/ndunand/moodle-enrol_attributes/pull/52