UMB-CS-682-Team-03 / tracker

0 stars 0 forks source link

Add emergency shutoff for roundup-classhelper #80

Closed rouilj closed 5 months ago

rouilj commented 5 months ago

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.