Skip to content
Snippets Groups Projects

issue fixed

Closed chetan requested to merge issue/symfony_mailer-3394193:1.x into 1.x
2 unresolved threads

Merge request reports

Merge request pipeline #33987 passed with warnings

Merge request pipeline passed with warnings for 28c439b3

Approval is optional
Test summary results are being parsed

Closed by Adam ShepherdAdam Shepherd 1 year ago (Oct 20, 2023 12:47pm UTC)

Merge details

  • The changes were not merged into 1.x.

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
354 358 $loop_action = $action;
355 359 }
356 360
357 $warnings[] = $this->t('Run %action for override %name', ['%name' => $info['name'], '%action' => $loop_action]);
361 $warnings[] = $this->t('Run %action for override %name',
362 ['%name' => $info['name'], '%action' => $loop_action]);
  • 209 209 $this->formAlter = [];
    210 210 foreach ($this->builderManager->getDefinitions() as $builder_id => $definition) {
    211 211 foreach ($definition['form_alter'] as $match => $alter) {
    212 $alter += ['remove' => [], 'default' => [], 'entity_sub_type' => NULL, 'type' => NULL];
    213 $ids = ($match == '*') ? ["{$builder_id}_edit_form", "{$builder_id}_add_form"] : [$match];
    212 $alter += [
    213 'remove' => [],
    214 'default' => [],
    215 'entity_sub_type' => NULL,
    216 'type' => NULL,
    217 ];
    218 $ids = ($match == '*') ? ["{$builder_id}_edit_form",
    219 "{$builder_id}_add_form",
    220 ] : [$match];
  • closed

  • Please register or sign in to reply
    Loading