How to reproduce the Bug:

Add a kaltura cck Field to a Custom content Type. Add a Video and Save the Node. Edit the Node and delete the Video. Save again.

The cck Field should Output NULL but it does Collect actually "," (commata)

Comments

patrickroma’s picture

Title: Kaltura CCK dös Not Return NULL when empty » Kaltura CCK does Not Return NULL when empty
patrickroma’s picture

Related Bug: #912648: Adding an entry directly to a CCK field results in an entry ID with a comma at the end

it seems that the "," is created already at Node Save the First Time?

Edit: you have to Upload a Video through the cck Field, Not Select One already existing. There it Works and returns NULL As supposed.

xurizaemon’s picture

Status: Active » Needs review
StatusFileSize
new1.37 KB

This fixes it in hook_nodeapi's validate phase.