In Configuration -> Media -> Brightcove settings -> Players:
When you add a player, it allows you to specify a name with spaces in it (e.g. "Default Player"). However, once created, the links to make it default, or to edit or delete it, do not work.

Resulting link paths are in the form: "admin/config/media/brightcove/players/Default%2BPlayer/edit".

Clicking on one of the links results in a 404 (page not found).

Expected behavior: either these links should work, or spaces should be rejected when creating a player.

Comments

paulmckibben’s picture

Update: if I change the URL to "admin/config/media/brightcove/players/Default%20Player/edit", (replace %2B with %20), it works.

exratione’s picture

Nothing to add beyond this being exceedingly annoying as an issue. I hook_form_altered in my project to put in an extra validation function to fix it.

That you can't put in a name with spaces is not intuitive at all for the technicians who will be configuring the site, and that's a problem for us.

k.dani’s picture

I create a patch to update the storing and handling of the players. This patch is attached to the following issue:
http://drupal.org/node/1547092

tamasd’s picture

Status: Active » Closed (duplicate)