09-20-2019 01:25 PM
Hello everyone!
I am trying to display custom metadata in the document list table based on the folder/document type. I could not find how to do this via extensions configuration. What is the best way to implement this?
Thankful!
09-21-2019 10:41 AM
Ok, now I got it...
In this case the data column visibility can be defined here: https://www.alfresco.com/abn/adf/docs/core/components/data-column.component/#conditional-visibility
And custom columns here:
https://www.alfresco.com/abn/adf/docs/content-services/components/document-list.component/#custom-co...
Is the setup of all of this from app.extensions.json file a requirement?
09-20-2019 03:56 PM
Hello,
Did you try with this?
09-21-2019 08:16 AM
Thank you, @fcorti !
This is working fine, including through the extension file app.extensions.json. But, i'm talking about the columns of the files table, witch is configured in this section:
"documentList": { "files": [ ... ] }
The "problem" is that, apparently, there are no rules support to determine when the columns should be displayed, for example: only for type that have those properties.
I'll verify if it's possible through the adf-dynamic-column component too.
09-21-2019 10:41 AM
Ok, now I got it...
In this case the data column visibility can be defined here: https://www.alfresco.com/abn/adf/docs/core/components/data-column.component/#conditional-visibility
And custom columns here:
https://www.alfresco.com/abn/adf/docs/content-services/components/document-list.component/#custom-co...
Is the setup of all of this from app.extensions.json file a requirement?
09-23-2019 12:25 PM
Done!
Resolved by follow the first link.
It's not a requirement, just a preference for "don't touch de code" (Share)
Explore our Alfresco products with the links below. Use labels to filter content by product module.