When exporting panels ctools uses id instead of machine readable name of vocabularies. Because of this behaviour it is not possible to deploy vocabularies and their usage in panel-pages. You have to copy databases to be sure to have the same ids in all stages.

    'access' => array(
      'plugins' => array(
        0 => array(
          'name' => 'term_vocabulary',
          'settings' => array(
            'vids' => array(
              13 => '13',
              14 => '14',
              12 => '12',
            ),
          ),
          'context' => 'argument_term_1',
          'not' => FALSE,
        ),
      ),
      'logic' => 'and',
    ),
  );

At first I thought, this should be helped by using UUID, but after looking at this UUID-Issue I'm also convinced, that this is a bug which should have fixed in ctools export.

Comments

R.Hendel’s picture

Status: Active » Closed (duplicate)

This is a duplicate of http://drupal.org/node/1586324