Resolve #3373470 "Fix the issues"
3 unresolved threads
Merge request reports
Activity
101 132 ]; 102 133 // dsm($product); 103 134 // $form["detail_product_$id"] = [ 104 // '#type' => 'details', changed this line in version 2 of the diff
36 64 'callback' => '::addProducts', 37 65 'event' => 'autocompleteclose', 38 66 'effect' => 'none', 39 'progress' => ['type' => 'throbber', 'message' => 'Обновляем фильтр...'], 67 'progress' => [ 68 'type' => 'throbber', 69 'message' => 'Обновляем фильтр...', changed this line in version 2 of the diff
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(); changed this line in version 2 of the diff
added 1 commit
- 6939facb - 3373470-fix-the-issues: Resolved the tasks mentioned in the comments.
Please register or sign in to reply