@things-factory/dataset 6.2.73 → 6.2.74

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": "@things-factory/dataset",
3
- "version": "6.2.73",
3
+ "version": "6.2.74",
4
4
  "main": "dist-server/index.js",
5
5
  "browser": "dist-client/index.js",
6
6
  "things-factory": true,
@@ -45,11 +45,11 @@
45
45
  "@things-factory/scheduler-client": "^6.2.70",
46
46
  "@things-factory/shell": "^6.2.70",
47
47
  "@things-factory/work-shift": "^6.2.70",
48
- "@things-factory/worklist": "^6.2.73",
48
+ "@things-factory/worklist": "^6.2.74",
49
49
  "cron-parser": "^4.3.0",
50
50
  "moment-timezone": "^0.5.40",
51
51
  "simple-statistics": "^7.8.3",
52
52
  "statistics": "^3.3.0"
53
53
  },
54
- "gitHead": "eb578bc7a3f5a2301af8ae599d00e929ef3bb6ca"
54
+ "gitHead": "01e9406e03162997a53ab93747c1a3b66544b4cf"
55
55
  }
@@ -308,7 +308,7 @@ export async function createDataSample(dataSample: NewDataSample, context: Resol
308
308
  type: 'info',
309
309
  title: `[Data Review] ${dataSet.name}`,
310
310
  body: `Data Review occurred on '${dataSet.name}'`,
311
- url: getRedirectSubdomainPath(context, domain.subdomain, `/data-set/${dataSet.id}`),
311
+ url: getRedirectSubdomainPath(context, domain.subdomain, `/data-sample/${result.id}`),
312
312
  timestamp: collectedAt
313
313
  }
314
314
  })
@@ -12,6 +12,10 @@ export default {
12
12
  tagname: 'data-sensor-list-page',
13
13
  page: 'data-sensor-list'
14
14
  },
15
+ {
16
+ tagname: 'data-sample-view-page',
17
+ page: 'data-sample'
18
+ },
15
19
  {
16
20
  tagname: 'data-sample-list-page',
17
21
  page: 'data-sample-list'