Alfresco Angular components ( Documentation -> https://alfresco.github.io/adf-component-catalog )
Property 'initialize' is missing in type 'AlfrescoApiService' but required in type 'AlfrescoApiServiceMock'.
53 apiService = TestBed.inject(AlfrescoApiService);
~~~~~~~~~~
node_modules/@alfresco/adf-core/mock/alfresco-api.service.mock.d.ts:25:5
25 initialize(): Promise<any>;
~~~~~~~~~~
Hi Team,
<adf-document-list
#documentList
[currentFolderId]="'-my-'"
[contextMenuActions]="true"
[contentActions]="true">
<data-columns>
<data-column key="key1" title=" Title 1"></data-column>
<data-column key="key2" title="Title 2"></data-column>
<data-column key="key3" title="Title 3" class="full-width name-column"></data-column>
<data-column key="key4" title="Title4"></data-column>
</data-columns>
</adf-document-list>
When I mouse hover on the datacolumn it is showing title but i need to show key value. What attribute is used to show the key-value?. Please help me out
Hi all,
in order to have a bit more dynamic application I needed to switch from the "taskId" input to the "form" input on the "adf-form".
I noticed that when I switched, the "readOnly" seemed to be ignored
Has anyone encountered a similar problem? or does anyone know what could cause this/how to fix it?
Hello,
We built our ADF v3.8 application using yeoman generator and building application using npm run build. Hence, deployment package is being generated in dist folder.
Before build, we modify app.config.json file and put EcmHost as ACS 6.2.1 endpoints.
We put this generated package folder in tomcat/webapps folder.
On accessing it, ADF application is working fine.
Now, if our ACS is running on SSL without Certificate configuration, ADF works fine. However, when our ACS is configured with certificates, we are getting not able to access ACS from ADF application and giving certificate related issue.
In ACS side, we have configured Share as well. In share-config file, we are passing .p12 certificate and we are able to access Share and Repository. Same way, we would like to access ACS from ADF itself.
Hence, I would like to know what all configuration needed in my ADF application to get this working? How to pass SSL Certificate of ACS from ADF? Is it possible? Which all files need modification in ADF 3.8 project?