Add a mechanism to prevent roundup-classhelper from initializing.
Allow the admin to shut off roundup-classhelper on a tracker without having to revert
edits to the tracker templates.
Create a variable:
const DISABLE_CLASSHELPER = false
when set to true, prevents the classhelper from registering.
Add a mechanism to prevent roundup-classhelper from initializing. Allow the admin to shut off roundup-classhelper on a tracker without having to revert edits to the tracker templates.
Create a variable:
when set to
true
, prevents the classhelper from registering.