@truedat/dq 4.59.0 → 4.59.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,19 @@
1
1
  # Changelog
2
2
 
3
+ ## [Unreleased]
4
+
5
+ ### Fixed
6
+
7
+ - [TD-5402] Can't save implementation when has a validation with data reference
8
+ as value
9
+
10
+ ## [4.59.1] 2023-01-09
11
+
12
+ ### Added
13
+
14
+ - [TD-5199] Added messages for delete rule error if rule have active
15
+ implementations
16
+
3
17
  ## [4.58.5] 2022-12-23
4
18
 
5
19
  ### Added
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@truedat/dq",
3
- "version": "4.59.0",
3
+ "version": "4.59.2",
4
4
  "description": "Truedat Web Data Quality Module",
5
5
  "sideEffects": false,
6
6
  "jsnext:main": "src/index.js",
@@ -92,8 +92,8 @@
92
92
  },
93
93
  "dependencies": {
94
94
  "@apollo/client": "^3.7.1",
95
- "@truedat/core": "4.59.0",
96
- "@truedat/df": "4.59.0",
95
+ "@truedat/core": "4.59.2",
96
+ "@truedat/df": "4.59.2",
97
97
  "decode-uri-component": "^0.2.2",
98
98
  "graphql": "^15.5.3",
99
99
  "moment": "^2.29.4",
@@ -118,5 +118,5 @@
118
118
  "react-dom": ">= 16.8.6 < 17",
119
119
  "semantic-ui-react": ">= 2.0.3 < 2.2"
120
120
  },
121
- "gitHead": "7d2cd52d47210cdd67cf3521697dab38c963a570"
121
+ "gitHead": "ca377bf89e219c1687f27386cb59cd9049551964"
122
122
  }
@@ -52,6 +52,7 @@ export const FiltersField = ({
52
52
 
53
53
  const modifierDef = _.find({ name: modifier?.name })(typeCastModifiers);
54
54
  const pickFromValue = _.pick([
55
+ "id",
55
56
  "data_structure_id",
56
57
  "metadata",
57
58
  "name",
@@ -178,6 +178,8 @@ export default {
178
178
  "All rule implementations should be removed",
179
179
  "rule.error.rule_name_bc_id.unique_constraint":
180
180
  "Duplicated rule name. Edit name or associated business concept.",
181
+ "deleteRule.error.rule_implementations.active_implementations":
182
+ "This rule has active implementations. All active implementations should be removed",
181
183
  "rule.form.accordion.select": "Select",
182
184
  "rule.form.concept.label": "Concept",
183
185
  "rule.form.tooltip.type":
@@ -183,6 +183,8 @@ export default {
183
183
  "Todas las implementaciones de una regla deben ser eliminadas",
184
184
  "rule.error.rule_name_bc_id.unique_constraint":
185
185
  "La regla ya existe con ese nombre y concepto asociado",
186
+ "deleteRule.error.rule_implementations.active_implementations":
187
+ "Esta regla tiene implementaciones activas. Todas las implementaciones activas deben ser borradas",
186
188
  "rule.form.accordion.select": "Seleccionar",
187
189
  "rule.form.concept.label": "Concepto",
188
190
  "rule.form.tooltip.type":