cancel
Showing results for 
Search instead for 
Did you mean: 

adf-content-metadata-card component

anshu_kumar
Star Contributor
Star Contributor

Hi,

I am using ADF 2.3.0 and ACS 5.2.1 and using <adf-content-metadata-card> component to list all properties of a node.

<adf-content-metadata-card
[node]="node"
[multi]="true"
[readOnly]="false">
</adf-content-metadata-card>

Also, configured contextRootEcm to use a different context in app.config.json which is

"contextRootEcm": "alfresco/content",

When I click on 'More Information' on the properties tab, it does not work. Checked browser console. The context does not set here whereas it perfectly works across adf application.

Not sure why this behavior, maybe context is hard-coded here. See screenshots attached for details.

Can you please check and confirm? Thanks.

13 REPLIES 13

Yes, those endpoints are meant to be "private/internal" that is why those can be only used with the Share. Until further endpoints improved for the metadata, this is a known limitation of the content metadata card unfortunately.

Hi Denys/Andras,

 

In which release do we expect this fix?

Hi Is going to be fixed in 2.4.0 next version

thanks Eugenio.