Skip to content
Snippets Groups Projects

Issue #3415791: Allow "Clone display" to current bundle view mode (overwrite)

Issue #3415791: Allow "Clone display" to current bundle view mode (overwrite)

Closes #3415791

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
184 foreach ($view_modes as $view_mode => $mode) {
185 $view_modes_for_bundle[$view_mode] = $mode['label'];
186 }
187
188
189 $form['target_entity_view_display_radios'] = array(
190 '#title' => $this->t('Target view display'),
191 '#type' => 'radios',
192 '#options' => $view_modes_for_bundle,
193 '#description' => $this->t("Select the target view mode to clone values"),
194 '#states' => [
195 'visible' => [
196 ':input[name="clone_current_display"]' => ['checked' => TRUE],
197 ],
198 'required' => [
199 ':input[name="field_myfield_select"]' => ['checked' => (bool) 'clone_current_display'],
  • added 1 commit

    • 0173168d - Issue #3415791: Allow "Clone display" to current bundle view mode (overwrite)

    Compare with previous version

  • added 1 commit

    • 9efdd1ff - Issue #3415791: Allow "Clone display" to current bundle view mode (overwrite)

    Compare with previous version

  • added 1 commit

    • 5a935792 - Issue #3415791: Allow "Clone display" to current bundle view mode (overwrite)

    Compare with previous version

  • added 1 commit

    • 26914529 - Issue #3415791: phpcs fix warnings and errors on DisplayCloner and EntityDisplayBulkCloneForm

    Compare with previous version

  • added 1 commit

    • f026754a - Issue #3415791: Allow "Clone display" to current bundle view mode (overwrite)

    Compare with previous version

  • added 1 commit

    • dee47177 - Issue #3415791: Allow "Clone display" to current bundle view mode (overwrite)

    Compare with previous version

  • maboy added 1 commit

    added 1 commit

    • bc1b5293 - Issue #3415791: Allow "Clone display" to current bundle view mode (overwrite)...

    Compare with previous version

  • added 5 commits

    Compare with previous version

  • Please register or sign in to reply
    Loading