diff --git a/docs/core/components/content-enrichment-menu.component.md b/docs/core/components/content-enrichment-menu.component.md index 0d0b768bf1..e9b45a19ee 100644 --- a/docs/core/components/content-enrichment-menu.component.md +++ b/docs/core/components/content-enrichment-menu.component.md @@ -23,9 +23,9 @@ Allows the user to handle AI predictions by confirming or rejecting changes. ### Properties -| Name | Type | Default value | Description | -|------------|------------------------------------------------------------------------------------------------------------------------------------------|---------------|-----------------------------------| -| prediction | [`Prediction`](https://github.com/Alfresco/alfresco-ng2-components/blob/develop/lib/js-api/src/api/hxi-connector-api/docs/Prediction.md) | | Prediction for the node property. | +| Name | Type | Default value | Description | +|------------|----------------------------------------------------------------------------------|---------------|-----------------------------------| +| prediction | [`Prediction`](../../../lib/js-api/src/api/hxi-connector-api/docs/Prediction.md) | | Prediction for the node property. | ## See also diff --git a/docs/versionIndex.md b/docs/versionIndex.md index 011a3b8c0a..b8e9251164 100644 --- a/docs/versionIndex.md +++ b/docs/versionIndex.md @@ -12,6 +12,7 @@ backend services have been tested with each released version of ADF. ## Versions +- [v6.10.0](#v6100) - [v6.8.0](#v680) - [v6.7.0](#v670) - [v6.4.0](#v640) diff --git a/lib/content-services/src/lib/content-metadata/components/content-metadata/content-metadata.component.spec.ts b/lib/content-services/src/lib/content-metadata/components/content-metadata/content-metadata.component.spec.ts index 2bfbb6564f..2e118d03ba 100644 --- a/lib/content-services/src/lib/content-metadata/components/content-metadata/content-metadata.component.spec.ts +++ b/lib/content-services/src/lib/content-metadata/components/content-metadata/content-metadata.component.spec.ts @@ -1759,7 +1759,7 @@ describe('ContentMetadataComponent', () => { }); }); - it('should not map predictions when reviewStatus other then UNREVIEWED', (done) => { + it('should not map predictions when reviewStatus other than UNREVIEWED', (done) => { getPredictionsSpy.and.returnValue( of(getMockPredictionPaging([getMockPrediction(ReviewStatus.REJECTED), getMockPrediction(ReviewStatus.CONFIRMED)])) ); diff --git a/lib/core/src/lib/prediction/components/content-enrichment-menu/content-enrichment-menu.component.html b/lib/core/src/lib/prediction/components/content-enrichment-menu/content-enrichment-menu.component.html index dc55d7e37b..c76735add2 100644 --- a/lib/core/src/lib/prediction/components/content-enrichment-menu/content-enrichment-menu.component.html +++ b/lib/core/src/lib/prediction/components/content-enrichment-menu/content-enrichment-menu.component.html @@ -1,9 +1,16 @@ - -
+
{{ 'CORE.METADATA.CONTENT_ENRICHMENT.ACCURACY_LEVEL' | translate }} @@ -39,7 +46,7 @@