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,
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
Thank you.
Ask for and offer help to other Alfresco Content Services Users and members of the Alfresco team.
Related links:
By using this site, you are agreeing to allow us to collect and use cookies as outlined in Alfresco’s Cookie Statement and Terms of Use (and you have a legitimate interest in Alfresco and our products, authorizing us to contact you in such methods). If you are not ok with these terms, please do not use this website.