Hi,

I think the Component.initModel() isn't working correctly.
IComponentAssignedModel implementations don't get a wrapped
model. This e.g. breaks the ResourceModel.

I think that the line around 1490 should change from

  model = initModel();

to:

  model = wrap(initModel());

Is this correct?

Thanks,
Bart.

Reply via email to