Duplicate 'configurable' key in panelizer_action_info()

Created on 8 December 2022, about 2 years ago
Updated 17 February 2023, almost 2 years ago

Duplicate 'configurable' key in panelizer_action_info() that was added in the following issues - #1566090: PHP Notice: Undefined index: configurable in actions_synchronize() caused by panelizer_set_status_action β†’ and #1361530: Allow default Panel/layout per view mode β†’

/**
 * Implements hook_action_info().
 */
function panelizer_action_info() {
  return array(
    'panelizer_set_status_action' => array(
      'type' => 'entity',
      'label' => t('Set panelizer status'),
      'vbo_configurable' => TRUE,
      'configurable' => FALSE,
      'behavior' => array('changes_property'),
      'configurable' => TRUE,
    )
  );
}
πŸ› Bug report
Status

Needs review

Version

3.0

Component

Code

Created by

πŸ‡ΊπŸ‡¦Ukraine loon Lutsk

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Not all content is available!

It's likely this issue predates Contrib.social: some issue and comment data are missing.

Production build 0.71.5 2024