Hello !

There is a bug on the last ralease of drupal commons. the ajax is broken on the homepage browsing widget.
More specificaly it came from the field : og_group_ref when using the Autocomplete term widget (tagging) (the default one on Commons).

The error msg on the console is : Uncaught TypeError: Cannot read property 'form' of undefined

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

ttournie created an issue. See original summary.

Devin Carlson’s picture

Version: 7.x-3.29 » 7.x-3.x-dev
Component: Groups » Code
Priority: Major » Critical
Status: Active » Needs review
FileSize
3.46 KB

This was very tough to track down and was caused by a change to the autocomplete functionality in Drupal 7.39 core uncovering another core bug in the form API, see #1831560-14: Remove Html::resetSeenIds() call during form processing for the full details.

Devin Carlson’s picture

Status: Needs review » Fixed

Tested #2 and committed to Commons 7.x-3.x.

I'll roll a new release with this fix shortly.

  • Devin Carlson committed 8b98968 on 7.x-3.x
    Issue #2555481 by Devin Carlson: Fixed duplicate IDs on Commons Browsing...
ttournie’s picture

Thank you ! :)

Status: Fixed » Closed (fixed)

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