ctools_context_ajax_item_add() and ctools_context_ajax_item_edit() aren't specifying the correct auto caching settings which meant that the $form_state['conf'] variable wasn't being cached between steps when using a multi-step context form. The setting incorrectly include 'auto caching' instead of 'auto cache', and 'cache storage' instead of 'cache location'. I will provide a patch with a fix.

Comments

jamesharv’s picture

Assigned: jamesharv » Unassigned
Status: Active » Needs review
StatusFileSize
new1.68 KB

joelpittet’s picture

Status: Needs review » Reviewed & tested by the community

That looks like a very nice catch.

japerry’s picture

Status: Reviewed & tested by the community » Fixed

Good catch, easy fix. Thanks!

  • japerry committed 93acfc9 on 7.x-1.x authored by jamesharv
    Issue #2295517 by jamesharv: Context add/edit multi-step wizard form not...

Status: Fixed » Closed (fixed)

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