Batch update?

Hi,

Are there any plan to implement batch metadata update in Nuxeo? If so, for what version is it planned?

Thanks,

Patrick

0 votes

2 answers

1908 views

ANSWER



Do inside DAM UI, the main view where you see the list of assets. Select multiple assets (Ctrl+Click). => click on Edit button on the top/right of the thumbnails listing

I gave you the name of the classes that are used for that. In the default source tree, it is part of nuxeo-platform-webapp-base https://github.com/nuxeo/nuxeo-jsf/tree/master/nuxeo-platform-webapp-base/src/main/java/org/nuxeo/ecm/webapp/bulkedit

In DAM : https://github.com/nuxeo/nuxeo-dam/tree/master/nuxeo-dam-web/src/main/java/org/nuxeo/dam/webapp

Tiry

0 votes



Hi,

In fact the batch meta-data update is already available. BulkEditActions Seam bean (and BulkEditHelper) are here for that. There is simply no default example in Nuxexo CAP/DM, but the feature is visible in Nuxeo DAM.

Why is this not visible in DM : simply because we did not found the time to add it :) When will this be available : probably when we will need it or when one of the project needs it.

Tiry

1 votes



Thanks.

Can you point me on how to see it in action in DAM (or in the DAM documentation)?

Can you also point me to the code (what github project)?

Thanks.

Patrick

08/03/2012