Currently stylizers add style form double generates ID's when using ctools auto submit. This can be fixed by clearing the $_POST['html_ajax_ids'] array. This doesn't really effect the default behavior of the form, but if you try to do interesting things with it (like vertical tabs for the fieldsets) it becomes a problem. Patch is attached.

CommentFileSizeAuthor
stylizer-clear-ajax-ids.patch499 bytesbeeradb
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

merlinofchaos’s picture

Status: Needs review » Fixed

I could swear I already committed this, but apparently not. Committed and pushed.

Status: Fixed » Closed (fixed)

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

  • Commit 9d2607b on 7.x-3.x, 7.x-3.x-i18n, 8.x-3.x authored by beeradb, committed by merlinofchaos:
    Issue #1724250 by beeradb: Fixed Clear AJAX ID's in stylizer add form.