@truedat/bg 7.14.2 → 7.14.3

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@truedat/bg",
3
- "version": "7.14.2",
3
+ "version": "7.14.3",
4
4
  "description": "Truedat Web Business Glossary",
5
5
  "sideEffects": false,
6
6
  "module": "src/index.js",
@@ -48,7 +48,7 @@
48
48
  "@testing-library/jest-dom": "^6.6.3",
49
49
  "@testing-library/react": "^16.3.0",
50
50
  "@testing-library/user-event": "^14.6.1",
51
- "@truedat/test": "7.14.2",
51
+ "@truedat/test": "7.14.3",
52
52
  "identity-obj-proxy": "^3.0.0",
53
53
  "jest": "^29.7.0",
54
54
  "redux-saga-test-plan": "^4.0.6"
@@ -81,5 +81,5 @@
81
81
  "semantic-ui-react": "^3.0.0-beta.2",
82
82
  "swr": "^2.3.3"
83
83
  },
84
- "gitHead": "819dbd2c48ef3339194608f79a58d502fe6c01a6"
84
+ "gitHead": "f8b2f517aa25cf1eab47a89b17e0b08dfe6c8a26"
85
85
  }
@@ -38,13 +38,6 @@ export const ConceptTabs = ({
38
38
  const rulesActive = useActiveRoute(CONCEPT_RULES);
39
39
  const implementationsActive = useActiveRoute(CONCEPT_LINKS_IMPLEMENTATIONS);
40
40
  const structureLinksActive = useActiveRoute(CONCEPT_LINKS_STRUCTURES);
41
-
42
- console.clear();
43
- console.log("enableQualityRules", enableQualityRules);
44
- console.log("manageQualityRule", manageQualityRule);
45
- console.log("viewQualityRule", viewQualityRule);
46
- console.log("isAdmin", isAdmin);
47
- console.log("rule_count", concept.rule_count);
48
41
 
49
42
  return _.isEmpty(concept) ? null : (
50
43
  <Menu attached="top" pointing secondary tabular>
@@ -90,15 +83,15 @@ export const ConceptTabs = ({
90
83
  {(!emptyImplementationLinks ||
91
84
  createImplementation ||
92
85
  createRawImplementation) && (
93
- <Menu.Item
94
- active={implementationsActive}
95
- as={Link}
96
- to={linkTo.CONCEPT_LINKS_IMPLEMENTATIONS(concept)}
97
- replace
98
- >
99
- <FormattedMessage id="tabs.bg.qualityImplementations" />
100
- </Menu.Item>
101
- )}
86
+ <Menu.Item
87
+ active={implementationsActive}
88
+ as={Link}
89
+ to={linkTo.CONCEPT_LINKS_IMPLEMENTATIONS(concept)}
90
+ replace
91
+ >
92
+ <FormattedMessage id="tabs.bg.qualityImplementations" />
93
+ </Menu.Item>
94
+ )}
102
95
  <Menu.Item
103
96
  active={archiveActive}
104
97
  as={Link}