fralx / LimeReport

Report generator for Qt Framework
http://limereport.ru/
Other
403 stars 153 forks source link

fixed objectName children changes when copying items #429

Closed yanis60 closed 1 year ago

yanis60 commented 1 year ago

When pasting layouts with children to another band, the name of children are changed. i fixed this issue by letting the defined object name instead of renaming it

fralx commented 1 year ago

Hi. Report elements must have unique names. In the case when we use copy/paste, the report element must be given a new name.

yanis60 commented 1 year ago

they have a unique name, but if we want to keep a custom name ffor an element this cannot be done without this