[ADF-4797] - fix null value for display text when the field it's not visible (#4987)

* fix reset display text value when it's not visible

* change invalid unit test

* change unit test

* use alpha to test
This commit is contained in:
Silviu Popa
2019-08-09 16:45:26 +03:00
committed by Eugenio Romano
parent a8ef686cdd
commit f9a8d3a4bf
13 changed files with 28 additions and 31 deletions

View File

@@ -1,7 +1,7 @@
{
"name": "@alfresco/adf-insights",
"description": "Alfresco ADF insights",
"version": "3.4.0",
"version": "3.4.0-a8ef686cddc5364975fbddba68e6683305f47d42",
"author": "Alfresco Software, Ltd.",
"main": "bundles/adf-insights.js",
"repository": {
@@ -27,8 +27,8 @@
"@angular/router": ">=7.0.3",
"@alfresco/js-api": "3.4.0",
"rxjs": ">=6.2.2",
"@alfresco/adf-core": "3.4.0",
"@alfresco/adf-content-services": "3.4.0",
"@alfresco/adf-core": "3.4.0-a8ef686cddc5364975fbddba68e6683305f47d42",
"@alfresco/adf-content-services": "3.4.0-a8ef686cddc5364975fbddba68e6683305f47d42",
"@ngx-translate/core": ">=11.0.0",
"chart.js": ">=2.5.0",
"core-js": ">=2.5.4",