Needs review
Project:
Kaltura
Version:
6.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
15 Sep 2010 at 18:10 UTC
Updated:
15 Jul 2011 at 11:05 UTC
Steps to reproduce:
1_283xj6es, instead of 1_283xj6es
Comments
Comment #1
chrisloos commentedI'm having the same issue here. I can see in the table for the kaltura cck field that there's an unwanted comma at the end of the ID number. Big problem.
Comment #2
chrisloos commentedAlso, it seems to only happen when uploading new media (I tried it with a video). I edited the node that experienced the comma issue, and then used the 'Browse Interactive Videos' to select a different video in its Kaltura CCK field. This time, I browsed to a video that had already been uploaded, rather than uploading a new one. It worked, no comma. Editing the same node, and selecting the 1st video from the Browse list also worked- no comma. So this only happens when using the upload form. Hope this info helps the module maintainers debug the issue.
Comment #3
Zohar.Babin commentedHey,
How does it affect the flow except for keeping the comma next to the id?
I'm guessing this field might be able to hold more than a single Id and the code that should read the id and generate a player view is able to remove the comma?.. if this is the case, than the comma at the end is not really an issue.
Comment #4
xurizaemonLikely fixed by patch in #1030348: Kaltura CCK does Not Return NULL when empty.