After saving context there's no $context->value (in debugger)
notice: Undefined property: stdClass::$value in D:\www\docs\d6\www\sites\crp_demo\modules\context\context_ui\context_ui.admin.inc on line 918.

    case 'edit-submit':
      $context = context_ui_form_process($form_state['values']);
      $result = context_save_context($context);
      if ($result) {
        drupal_set_message(t('The context %title was saved successfully.', array('%title' =>  $context->value)));
      }

Comments

steven jones’s picture

Version: 6.x-2.0-beta1 » 6.x-2.0-beta7
Status: Needs work » Fixed

Given that the one and only test of context_ui ensures that this doesn't happen, I'm marking this fixed.

Status: Fixed » Closed (fixed)

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