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
Comment #1
paulmckibbenUpdate: if I change the URL to "admin/config/media/brightcove/players/Default%20Player/edit", (replace %2B with %20), it works.
Comment #2
exratione commentedNothing 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.
Comment #3
k.dani commentedI 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
Comment #4
tamasd commentedSee #1547092: [PATCH] Problem with players' storing and handling