@truedat/core 4.51.0 → 4.51.2

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/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # Changelog
2
2
 
3
+ ## [4.51.1] 2022-09-14
4
+
5
+ ### Changed
6
+
7
+ - [TD-3415] Use quality_implementation_additional_actions permission group for
8
+ vieweing permissions
9
+
3
10
  ## [4.51.0] 2022-09-13
4
11
 
5
12
  ### Added
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@truedat/core",
3
- "version": "4.51.0",
3
+ "version": "4.51.2",
4
4
  "description": "Truedat Web Core",
5
5
  "sideEffects": false,
6
6
  "jsnext:main": "src/index.js",
@@ -112,5 +112,5 @@
112
112
  "react-dom": ">= 16.8.6 < 17",
113
113
  "semantic-ui-react": ">= 0.88.2 < 2.1"
114
114
  },
115
- "gitHead": "a3d9290433e773d9c605d9a0d9fa51908c5becad"
115
+ "gitHead": "9bdc76f3ee59a6e28fb2312e26d0cba2807f069b"
116
116
  }
@@ -21,7 +21,11 @@ export const ITEMS = [
21
21
  routes: [IMPLEMENTATIONS_PENDING],
22
22
  groups: ["quality_implementation_workflow_management"],
23
23
  },
24
- { name: "executions", routes: [EXECUTION_GROUPS], groups: ["quality"] },
24
+ {
25
+ name: "executions",
26
+ routes: [EXECUTION_GROUPS],
27
+ groups: ["quality_implementation_additional_actions"],
28
+ },
25
29
  {
26
30
  name: "quality_dashboard",
27
31
  routes: [QUALITY_DASHBOARD],
@@ -32,7 +36,8 @@ export const ITEMS = [
32
36
  export const QualityMenu = ({ dashboardConfig }) => {
33
37
  const authorized = useAuthorized(
34
38
  "quality",
35
- "quality_implementation_workflow_management"
39
+ "quality_implementation_workflow_management",
40
+ "quality_implementation_additional_actions"
36
41
  );
37
42
 
38
43
  const filteredItems = _.filter(