on 2018 Oct 19 4:15 PM
As far as I understand everything in the backoffice editorArea uses the Cockpit Data Integration Layer (https://help.hybris.com/1808/hcd/8b7e07aa866910149f57b60f4fece66c.html).
I wrote a custom EditorAreaSectionRenderer that renders a list of ProductFeatures within one ClassifciationClass.
I added a separate Save Button, that should save only those ProductFeatures by calling de.hybris.platform.classification.ClassificationService#setFeatures. However, the modelservice.save() does not work (I assume due to the Cockpit Data Integration Layer).
I need to save only those ProductFeatures of only one specific ClassificationClass because saving the whole Product has performance issues (we have a lot of ProductFeautes on one Product).
The Link above says "You do not have to use Cockpit Data Integration", but how is it possible to circumvent that layer?
Request clarification before answering.
| User | Count |
|---|---|
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.