IO-3020 IO-3036 Remove Audit and Lifecycle feature wraps.

This commit is contained in:
Patrick Fic
2024-12-13 08:27:54 -08:00
parent c0dc5f50e3
commit e0f4b6daf2
9 changed files with 60 additions and 34 deletions

View File

@@ -49,7 +49,9 @@ export function BlurWrapper({
}
if (bypass) {
console.trace("*** BYPASS USED", featureName);
if (import.meta.env.DEV) {
console.trace("*** Blur Wrapper BYPASS USED", featureName);
}
return children;
}
@@ -118,7 +120,7 @@ function RandomDate() {
const featureNameList = [
"mobile",
"allAccess",
"audit",
//"audit", //Removing 2024-12-13. Keeping as default feature.
"timetickets",
"payments",
"partsorders",
@@ -133,8 +135,8 @@ const featureNameList = [
"checklist",
"smartscheduling",
"roguard",
"dashboard",
"lifecycle"
"dashboard"
//"lifecycle" //Removing 2024-12-13. Keeping as default feature.
];
export function ValidateFeatureName(featureName) {