IO-3020 IO-3036 Remove Audit and Lifecycle feature wraps.
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user