Skip to content
Snippets Groups Projects

Resolve #3373470 "Fix the issues"

3 unresolved threads

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
101 132 ];
102 133 // dsm($product);
103 134 // $form["detail_product_$id"] = [
104 // '#type' => 'details',
  • 36 64 'callback' => '::addProducts',
    37 65 'event' => 'autocompleteclose',
    38 66 'effect' => 'none',
    39 'progress' => ['type' => 'throbber', 'message' => 'Обновляем фильтр...'],
    67 'progress' => [
    68 'type' => 'throbber',
    69 'message' => 'Обновляем фильтр...',
  • 141 // 'actions' => [
    142 // '#type' => 'actions',
    143 // 'ajax_submit' => [
    144 // '#type' => 'button',
    145 // '#value' => $this->t('Save'),
    146 // '#attributes' => ['class' => ['inline', 'btn-success']],
    147 // '#ajax' => [
    148 // 'callback' => '::saveSettings',
    149 // 'progress' => ['type' => 'throbber', 'message' => NULL],
    150 // ],
    151 // ],
    152 // '#suffix' => '<div id="' . $resultId . '"></div>',
    153 // ],
    154 // ],
    155 // ];
    156 $variations = $product->getVariations();
  • Thanks for MR, please check my comments.

  • added 1 commit

    • 6939facb - 3373470-fix-the-issues: Resolved the tasks mentioned in the comments.

    Compare with previous version

  • Please register or sign in to reply
    Loading