Update of dropdown values in batch not working properly

Hi guys,

At our company we’ve noticed that the update of text fields when saving in batch does not work properly. Specifically, when assets (images) are saved in batch and keywords are entered in the input text fields the entered text is not saved, looking as if “it has disappeared” after closing the dialog and opening single assets. Now, it doesn’t mattered if we clicked on “replace” or “append”, it doesn’t save. On the other hand, dropdowns seem work as expected. Furthermore, in Razuna 1.6.2. we had a similar issue, but we found out that it had to do with our own written plugin. But in Razuna 1.7 the bug is present with or without the plugin.

As always thanks a bunch! We love Razuna!

– Juan Pablo

Can you please be more specific? There are multiple places to update metadata and I can’t figure out which one you use. Best is to give a step-by-step description.

Thank you.

Hi Nitai,

it is my bad! After I tested, I realized that the problem is not the text custom fields, but the values in the select type. To separated two values Razuna uses a comma. The problem was that were there spaces after the comma: e.g.

That is in Razuna Front-End > Administration > Custom Fields > Select List
wrong: value1, value2,value3
right: value1,value2,value3