- Issue created by @muriqui
- @muriqui opened merge request.
Commit 8fe75abb included several fixes for issues reported by phpcs, including changing true
/false
to TRUE
/FALSE
. Unfortunately, that change was also applied to recurring_events_create_form.js, causing an error because TRUE
and FALSE
are not recognized keywords in JavaScript
Result: Console reports Uncaught ReferenceError: FALSE is not defined
Revert FALSE
to false
and TRUE
to true
in js/recurring_events_create_form.js.
Active
2.0
Recurring Events (Main module)