After #2479569: Update tablefield to version 2.4, updating an existing site to the latest -dev will show the Panopoly Widgets feature as Overridden. This is because we change the field_instance for tablefield but don't provide a hook_update_N() function!

We should do that. :-)

Comments

dsnopek’s picture

Status: Active » Needs review
StatusFileSize
new800 bytes

Wow, I banged my head on this for way too long! I was testing on a vanilla Panopoly 1.25 site, but didn't actually have the new 'tablefield' module installed which kept preventing my update hook from actually working. Bleh!

Anyway, here is a patch. I'll commit in a moment!

dsnopek’s picture

Status: Needs review » Fixed

Committed!

  • dsnopek committed 2a32125 on 7.x-1.x
    Update Panopoly Widgets for Issue #2532908 by dsnopek: Panopoly Widgets...

Status: Fixed » Closed (fixed)

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