When using plupload, and when adding several tags at once (for several atoms) the following problem occurs:
Only one tag is added. It is the concatenation off all tags with double quotes around them.
If I fill tag1, tag2 in the scald tag's field, I would expect to add those 2 new terms in the vocabulary. But in fact only one therm will be added: "tag1, tag2".
Note that when adding only one tag, no double quotes are added
| Comment | File | Size | Author |
|---|---|---|---|
| #4 | 2279965-plupload-tags.patch | 1.98 KB | jcisio |
Comments
Comment #1
duneblComment #2
duneblComment #3
davidhk commentedI can recreate this on simplytest.me:
1. Click "Create atom"
2. Click "Image"
3. Click "add files" and select two jpg files
4. On the Add screen, in the Tags field, type
tag1,tag25. Click Continue
6. On the Options screen, each image's Tags field shows
"tag1,tag2"7. Click Finish
The atom is created with a single tag
tag1,tag2, instead of two tagstag1andtag2Comment #4
jcisio commentedComment #5
jcisio commentedComment #6
duneblHello jcisio, I confirm that your patch in #4 is working!!!
Many thanks for this great job.
Comment #7
jcisio commentedCommitted and pushed! Thanks.