Kusuma04-dev opened a new pull request, #3383: URL: https://github.com/apache/incubator-kie-tools/pull/3383
closes [DBACLD-193629](https://jsw.ibm.com/browse/DBACLD-193629), Before fix: - Also if i copy and paste the property in same data type and modify the pasted property it is replacing the original property as well but when i modify the original property it is not affecting pasted property. - If i pasted the property in another data type and modify it , it is asking for rename and replace and just rename, but the expectation is it should be treated as new property. After fix: Open the Sample, and then go to DataTypes and try to copy the property "Amount", of type Requested_Product. Then: - Paste in a new DataType - Rename the pasted DataType to something else (for example, "Pasted Amount") - Paste again in another type and confirm that the pasted DataType has the same name (Amount) and not the name that you put in step 2 ("Pasted Amount") - Go back to Requested_Product and verify if the name of property "Amount" still the same - Now, try to rename "Amount". The popup confirm the renaming should appear. -- 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]
