Beta
Nuxeo Answers
ask a question

Hi,

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

Thanks,

Patrick

asked Jul 23 '12 at 22:43 patrek 272192330 patrek's gravatar image

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

link
answered Aug 03 '12 at 16:51 Thierry Delprat 23112 Thierry%20Delprat's gravatar image

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

link
answered Aug 02 '12 at 18:27 Thierry Delprat 23112 Thierry%20Delprat's gravatar image

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

(Aug 03 '12 at 15:16) patrek
Your answer
toggle preview

Markdown Basics

  • *italic* or __italic__
  • **bold** or __bold__
  • link:[text](http://url.com/ "title")
  • image?![alt text](/path/img.jpg "title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Tags:

×561

Asked: Jul 23 '12 at 22:43

Seen: 531 times

Last updated: Aug 03 '12 at 16:51