Autocomplete field is not setting #maxlength explicitly, which gets it defaulting to 128 chars; since brightcove allows video titles to be longer, form validation will fail to save when using a video with such long title.

According to line 153 of brightcove_cck.module:

      // We only save video_id as it's the only stable value in the video -
      // anything else might change and we won't be able to easily detect it.

Given that, it should be pretty safe to set it to something like 255 chars. Patch with such change is attached.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

jedihe’s picture

k.dani’s picture

We don’t maintain the Drupal 6 version of the module, but apply patches (if it is in RTBC status) until the stable version of Drupal 8 is released.

jan.mashat’s picture

Status: Needs review » Closed (won't fix)