Skip to content
New issue

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

Offer Opportunity to interrupt a trigger when the config is false #14

Open
NinaHerrmann opened this issue Aug 23, 2017 · 1 comment
Open

Comments

@NinaHerrmann
Copy link
Contributor

Hitherto, triggers are able to throw exception. However, when the config settings for a trigger are wrong this will lead to a repeatedly useless call of the trigger for every course.
Possible solutions are:

  • providing a method which allows triggers to abort the trigger,

  • implementing a check_validation() function in the core which checks a trigger before it is called and disables it in case the config settings are wrong.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant