Browsing DAM assets showing asset title instead of name | Community
Skip to main content
Level 2
November 6, 2017
Solved

Browsing DAM assets showing asset title instead of name

  • November 6, 2017
  • 7 replies
  • 4297 views

Hi,

I created a multifield in AEM 6.1 and while selecting a path for asset it is showing asset (pdf) title instead of pdf name in selected window wherever in CQ5. 6 it shows the pdf name.

Is there any possibility to make the AEM 6.1 behaviour similar to CQ 5.6?

Any help on this would be really appreciated.

Many thanks,

Ranjna

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by Hemant_arora

set the below property to false in the pathfiled

showTitlesInTree

here is the logic : if your asset metadata has dc:title and the showTitlesinTree property is set to true , it will show the dc:title property of your asset (under metadata node) otherwise its gonna show the name of the file.

7 replies

kautuk_sahni
Community Manager
Community Manager
November 6, 2017

AAnkurA Need your help in this.

Kautuk Sahni
Adobe Employee
November 6, 2017

I don't think that the default behavior can be changed in CQ 5.6.

ranjnaAuthor
Level 2
November 6, 2017

Hi,

I want to know if the behaviour can be changed in AEM 6.2 .The dam path should appear instead of title while selecting the path .

Is it possible to change because i did lift and shift process from 5.6 to 6.2 else everything is same?

AEM 5.6

AEM 6.2

ranjnaAuthor
Level 2
November 7, 2017

Any help on above  would be really appreciated

Hemant_arora
Hemant_aroraAccepted solution
Level 8
November 7, 2017

set the below property to false in the pathfiled

showTitlesInTree

here is the logic : if your asset metadata has dc:title and the showTitlesinTree property is set to true , it will show the dc:title property of your asset (under metadata node) otherwise its gonna show the name of the file.

ranjnaAuthor
Level 2
November 7, 2017

Thanks . It worked well.

ranjnaAuthor
Level 2
November 7, 2017

The solution is working fine but just wanted to know is this the default behaviour of AEM 6.2 ?

because in case of CQ5.6 there is no need to set this property to false and it is displaying the pdf name by default.

Thanks