cancel
Showing results for 
Search instead for 
Did you mean: 

metadata webscript on document details page

nikes
Champ on-the-rise
Champ on-the-rise
Hello,

I'm trying to understand which repository level webscript is being used to fetch Alfresco Share document details page Properties panel metadata (Created, Modified, Created By etc..)

I found scripts under
tomcat\webapps\alfresco\WEB-INF\classes\alfresco\templates\webscripts\org\alfresco\slingshot\documentlibrary-v2 
, which seems fetch data for Document Library browse page view, and the document viewer header metadata.

I modified evaluator.lib.js to send hard coded modified date in "nodeJSON" attribute, which seems working for browse view metadata and document viewer header, but document details properties panel is not affected. Can anyone help me to understand how this panel is fetching the meadata?

Thanks,
Nikesh
3 REPLIES 3

aaditvmajmudar
Confirmed Champ
Confirmed Champ
The "Properties/Metadata" panel you see on the right hand side is rendered through form cofiguration.

It's the view form displayed from share-form-config.xml file for any content.

Hope this helps.

Thanks Aadit,

Can you provide some pointer on how we can modify that view form to change value of "modified date" (Just at View level, not changing the core valur ein repository).

As per my first post, I was able to modify "modified date" in other views by modifying doclib2 version of webscript.

aaditvmajmudar
Confirmed Champ
Confirmed Champ
Sorry for the late reply.

Done with your requirement or still you are facing this issue?