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
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | browsing-widget-duplicate-form-ids-2555481-2.patch | 3.46 KB | devin carlson |
Comments
Comment #2
devin carlson commentedThis 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.
Comment #3
devin carlson commentedTested #2 and committed to Commons 7.x-3.x.
I'll roll a new release with this fix shortly.
Comment #5
ttournie commentedThank you ! :)