Expand my Community achievements bar.

dam asset editor customization does not work after upgrade from 5.3 to 5.6.1 on clicking save

Avatar

Level 2

In 5.3 asset editor was customized so that when an image is uploaded and then double clicked the asset would open up and meta data of it can be modified.

There we had extra fields like field label : Keywords of xtype :multifield under path /apps/dam/content/asseteditors/formitems/common/items/metaKeywords

field label :Dimensions of xtype:tags under path /apps/dam/content/asseteditors/formitems/advanced/items/tags

under

/apps/dam/content/asseteditors/asseteditor/listeners

there was a function for beforesubmit which would  would get hit in cq 5.3 here i had written custom code to detect the keyword and dimension xtypes and if empty will not allow to save the whole meta data   ,when we hit the save button of dam meta data asset updater.

now in 5.6.1 i don't see the function getting hit , so it means that /apps/dam/content/asseteditors/asseteditor/listeners which was working in 5.3 does not seem to work in 5.6.1

can you please let know as how this can fixed .

2 Replies

Avatar

Level 10

Where are you storing value from multifield?  Is it under MetaData?

Avatar

Level 2

Yes I am storing it under metadata node