Hallo zusammen,
ich habe eine Frage zum Tutorial „Backend Components - Associations“. Backend Components - Associations
Und zwar zur Ext.JS Implementierung der OneToMany-Assoziation zwischen Produkten & Varianten. Da steht im Tutorial:
The
Shopware.grid.Panel
component can then implement their own detail view in order to edit the variants.
Und genau bei diesem Punkt komme ich nicht weiter. Ich würde dann also im Panel noch das detailWindow konfigurieren:
configure: function() {
return {
detailWindow: 'Shopware.apps.SwagProduct.view.detail.VariantDetails'
};
}
Ich weiß aber nicht wie ich die View selbst dann konfigurieren muss.
Ext.define('Shopware.apps.SwagProduct.view.detail.VariantDetails', {
extend: 'Shopware.model.Container',
padding: 20
[?...?]
});
Kann mir da jemand weiterhelfen? Es tut sich nach wie vor nichts beim Klick auf Hinzufügen ;)
Vielen Dank und beste Grüße!