jmix-projects / jmix-ui

DEPRECATED. Use https://github.com/jmix-framework/jmix
https://www.jmix.io
3 stars 7 forks source link

[CompositeComponent] implicitly make ids of nested components unique #677

Closed glebfox closed 2 years ago

glebfox commented 2 years ago

Window contains a map with all components within it. Nested components of CompositeComponent are also added to that map, but in case we have multiple composite components of the same type, only one set of nested components are added to a window:

AR

Screenshot 2021-10-08 at 12 29 34

Solution

Added random prefix for nested components

Screenshot 2021-10-08 at 12 26 04