GX-Bug #55006 » AdminEditProductExtenderFix.patch
| src/admin/html/compatibility/product/new_product.inc.php (revision ) | ||
|---|---|---|
| 34 | 34 |
$adminEditProductExtenderComponent = MainFactory::create('AdminEditProductExtenderComponent');
|
| 35 | 35 |
$adminEditProductExtenderComponent->set_data('GET', $_GET);
|
| 36 | 36 |
$adminEditProductExtenderComponent->set_data('POST', $_POST);
|
| 37 |
$adminEditProductExtenderComponent->proceed(); |
|
| 37 | ||
| 38 | 38 |
$adminEditProductExtenderComponentTopOutputArray = $adminEditProductExtenderComponent->get_output('top');
|
| 39 | 39 |
$adminEditProductExtenderComponentBottomOutputArray = $adminEditProductExtenderComponent->get_output('bottom');
|
| 40 | 40 | |
| ... | ... | |
| 146 | 146 |
? 'data-gx-widget="editor" data-editor-selector="textarea.wysiwyg" ' |
| 147 | 147 |
: ''; |
| 148 | 148 | |
| 149 |
$adminEditProductExtenderComponent->set_data('product_data', $pInfo);
|
|
| 150 |
$adminEditProductExtenderComponent->proceed(); |
|
| 149 | 151 |
/** |
| 150 | 152 |
* ##################################################################################################################### |
| 151 | 153 |
* Set form section array |