Is it possible to add another option for the Alfresco Browser where you can type in the 'Publication level' so only the files with that publication level are displayed ?

e.g. after uploading a file we make the file 'Publishable', then in the metadata we set the publication level to 'intranet'.
If there would be a Publication level textbox in the module, and I'd type in 'intranet', then the browser only shows the files with the publication level set to 'intranet'.

This is a rather important security issue for the intranet I'm building.

Greetings

Comments

cheval’s picture

Apparently the 'publication level' that I'm talking about is custom added metadata in my situation, so my apologies if I confused you.

However I noticed that I see that data (the publication level) when I click on the 'Details' tab of an Alfresco item node.

I'll try to change the output of the field module, so he only returns the files that have the publication level 'intranet'.

edit:

I fetched the publication level property of an Alfresco node by reloading the node and fetching all the properties. It's not good for the performance since he has to load an Alfresco node twice, but this is a start.