thiagoelg opened a new issue, #2198: URL: https://github.com/apache/incubator-kie-issues/issues/2198
When users attempt to speed up the creation of custom structures by copying and pasting structure properties (e.g., Price from Car to House), they encounter a limitation: the pasted property is not treated as a unique instance. Although it is valid to have multiple structures with properties of the same name (e.g., Car.Price and House.Price), the editor links the copied property to its original. As a result, any modification made to the pasted property (e.g., House.Price) will also affect the original (Car.Price), and vice versa. This behavior prevents users from independently customizing the pasted property, which defeats the purpose of copy and paste feature. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
