The module declares a menu item with a weight of 0.1 for the following path: /admin/config/media/brightcove/client/add
This in turn upon module install will try to add the 0.1 weight to the menu_router table
This will result in an error as 0.1 is not an integer nor a valid weight.

This patch changes it from 0.1 to the integer of 1, so the module will work.

Comments

klidifia created an issue. See original summary.

klidifia’s picture

Assigned: klidifia » Unassigned
Status: Needs work » Needs review
StatusFileSize
new767 bytes

Added patch, please could someone review?

jweowu’s picture

Status: Needs review » Reviewed & tested by the community

Yes, that's the exact same change I made. RTBC.

jan.mashat’s picture

Assigned: Unassigned » tamasd

  • tamasd committed 6d12248 on 7.x-6.x authored by klidifia
    Issue #2806931 by klidifia: Weight has to be an integer
    
tamasd’s picture

Status: Reviewed & tested by the community » Fixed

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.