@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.
@@ -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
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@optimiser/common",
3
- "version": "1.0.417",
3
+ "version": "1.0.418",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {