You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG-1.8.md
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,6 +16,7 @@
16
16
- GITHUB-6174: Show a loading mask during the file upload in the import jobs
17
17
- TIP-730: Reworking of the creation popin for basic entities
18
18
- TIP-732: Rework the attribute form using the PEF architecture
19
+
- TIP-747: Migrate to Symfony 3.3
19
20
20
21
## UI\UX Refactoring
21
22
@@ -213,6 +214,12 @@
213
214
214
215
### Constructors
215
216
217
+
- Change the constructor of `Oro\Bundle\UserBundle\Form\Handler\AclRoleHandler` to add `Symfony\Component\HttpFoundation\RequestStack`
218
+
- Change the constructor of `Oro\Bundle\DataGridBundle\Datagrid\RequestParameters` to add `Symfony\Component\HttpFoundation\RequestStack`
219
+
- Change the constructor of `Pim\Bundle\DataGridBundle\Datagrid\Configuration\Product\ContextConfigurator` to add `Symfony\Component\HttpFoundation\RequestStack`
220
+
- Change the constructor of `Pim\Bundle\DataGridBundle\Datagrid\Configuration\Product\GroupColumnsConfigurator` to add `Symfony\Component\HttpFoundation\RequestStack`
221
+
- Change the constructor of `Pim\Bundle\DataGridBundle\Datagrid\Request\RequestParametersExtractor` to add `Symfony\Component\HttpFoundation\RequestStack`
222
+
- Change the constructor of `Pim\Bundle\DataGridBundle\EventListener\AddParametersToProductGridListener` to add `Symfony\Component\HttpFoundation\RequestStack`
216
223
- Change the constructor of `Pim\Component\Catalog\Updater\AssociationTypeUpdater` to add `Akeneo\Component\Localization\TranslatableUpdater`
217
224
- Change the constructor of `Pim\Component\Catalog\Updater\ChannelUpdater` to add `Akeneo\Component\Localization\TranslatableUpdater`
218
225
- Change the constructor of `Pim\Bundle\ApiBundle\Controller\ChannelController` to add `Akeneo\Component\StorageUtils\Factory\SimpleFactoryInterface`,
7. Then, generate JS translations and re-generate the PIM assets:
@@ -191,8 +191,8 @@ find ./src/ -type f -print0 | xargs -0 sed -i 's/pim_reference_data\.product_val
191
191
## Building the front-end with webpack
192
192
193
193
1. Install nodejs (tested with >=6.11.0 until 8.2.1) and npm 5.0.3, you can follow the instructions here - https://nodejs.org/en/download/package-manager/ or install with homebrew - `brew install node@6` should install both these versions.
194
-
2. Run `php app/console pim:installer:dump-require-paths`
195
-
3. Run `php app/console assets:install --symlink`
194
+
2. Run `php bin/console pim:installer:dump-require-paths`
195
+
3. Run `php bin/console assets:install --symlink`
196
196
4. Create a file in your project root called `package.json` with the following contents:
197
197
198
198
```json
@@ -210,7 +210,7 @@ find ./src/ -type f -print0 | xargs -0 sed -i 's/pim_reference_data\.product_val
0 commit comments