11-20-2018 09:56 PM
Hi,
Can I replace the version ID by one of my aspect property, or simply hide it? I am developing an extension for it.
Thanks,
12-05-2018 08:24 AM
Hi Charles Sun,
You can achieve this task by making some modification in "documentlist-view-detailed.js" file .
with the help of this
// Version display
if (!jsNode.hasAspect("cm:workingcopy") && $isValueSet(record.version) && !jsNode.isContainer && !jsNode.isLink)
{
version = '<span class="document-version">' + $html(record.version) + '</span>';
}
Thanks,
prachi shah
12-13-2018 08:33 PM
Thank you.
Explore our Alfresco products with the links below. Use labels to filter content by product module.