mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2026-09-09 18:03:21 +00:00
[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:
committed by
Eugenio Romano
parent
a8ef686cdd
commit
f9a8d3a4bf
+8
-8
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "alfresco-components",
|
||||
"description": "Alfresco Angular components",
|
||||
"version": "3.4.0",
|
||||
"version": "3.4.0-a8ef686cddc5364975fbddba68e6683305f47d42",
|
||||
"author": "Alfresco Software, Ltd.",
|
||||
"main": "./index.js",
|
||||
"scripts": {
|
||||
@@ -73,13 +73,13 @@
|
||||
"process services-cloud"
|
||||
],
|
||||
"dependencies": {
|
||||
"@alfresco/adf-content-services": "3.4.0",
|
||||
"@alfresco/adf-core": "3.4.0",
|
||||
"@alfresco/adf-extensions": "3.4.0",
|
||||
"@alfresco/adf-insights": "3.4.0",
|
||||
"@alfresco/adf-process-services": "3.4.0",
|
||||
"@alfresco/adf-process-services-cloud": "3.4.0",
|
||||
"@alfresco/adf-testing": "3.4.0",
|
||||
"@alfresco/adf-content-services": "3.4.0-a8ef686cddc5364975fbddba68e6683305f47d42",
|
||||
"@alfresco/adf-core": "3.4.0-a8ef686cddc5364975fbddba68e6683305f47d42",
|
||||
"@alfresco/adf-extensions": "3.4.0-a8ef686cddc5364975fbddba68e6683305f47d42",
|
||||
"@alfresco/adf-insights": "3.4.0-a8ef686cddc5364975fbddba68e6683305f47d42",
|
||||
"@alfresco/adf-process-services": "3.4.0-a8ef686cddc5364975fbddba68e6683305f47d42",
|
||||
"@alfresco/adf-process-services-cloud": "3.4.0-a8ef686cddc5364975fbddba68e6683305f47d42",
|
||||
"@alfresco/adf-testing": "3.4.0-a8ef686cddc5364975fbddba68e6683305f47d42",
|
||||
"@alfresco/js-api": "3.4.0",
|
||||
"@angular/animations": "^7.2.15",
|
||||
"@angular/cdk": "7.3.7",
|
||||
|
||||
Reference in New Issue
Block a user