pickware / shopware-platform

Shopware platform mono repository
https://shopware.com
MIT License
1 stars 1 forks source link

Fix building of super call cain #16

Closed windaishi closed 4 years ago

windaishi commented 4 years ago

1. Why is this change necessary?

There is a special case where the call of ComponentFactory.extend would lead to an error:

image

This when the inheritance chain is like the following:

2. What does this change do, exactly?

It hopefully fixes the error. Would be nice if someone would double check the fix.

3. Describe each step to reproduce the issue or behaviour.

Please see the unit tests.

4. Please link to the relevant issues (if any).

5. Checklist

ghost commented 4 years ago

Danger run resulted in 1 warning; to find out more, see the checks page.

Generated by :no_entry_sign: dangerJS

windaishi commented 4 years ago

Closed in favor of https://github.com/shopware/platform/pull/412