@optimiser/common 1.0.417 → 1.0.418
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/lib/utility.js +0 -3
- package/package.json +1 -1
package/dist/lib/utility.js
CHANGED
|
@@ -5872,9 +5872,6 @@ function CheckProfilePermissions(permissionType, objectName, pageName, msp_d, db
|
|
|
5872
5872
|
else if (((_e = item.ModuleData) === null || _e === void 0 ? void 0 : _e.CheckOnlyControlPanel) && item.Operations.includes('Control Panel')) {
|
|
5873
5873
|
isAllowed = true;
|
|
5874
5874
|
}
|
|
5875
|
-
else if (item.ModuleID == "report" && item.Operations.includes('Create-Edit')) {
|
|
5876
|
-
isAllowed = true;
|
|
5877
|
-
}
|
|
5878
5875
|
break;
|
|
5879
5876
|
}
|
|
5880
5877
|
}
|