Kusuma04-dev commented on PR #2834:
URL: 
https://github.com/apache/incubator-kie-tools/pull/2834#issuecomment-2586759905

   > Thank you @danielzhe @Kusuma04-dev for the discussion and updates. I think 
there is still some small inconsistency that we should address.
   > 
   > Please follow my steps, when I create single output decision table: 
![Screenshot 2025-01-13 
105607](https://private-user-images.githubusercontent.com/8044780/402495997-5d05cfa1-e68a-42e3-9761-cea5258e5cae.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzY3NjUxOTcsIm5iZiI6MTczNjc2NDg5NywicGF0aCI6Ii84MDQ0NzgwLzQwMjQ5NTk5Ny01ZDA1Y2ZhMS1lNjhhLTQyZTMtOTc2MS1jZWE1MjU4ZTVjYWUucG5nP1gtQW16LUFsZ29yaXRobT1BV1M0LUhNQUMtU0hBMjU2JlgtQW16LUNyZWRlbnRpYWw9QUtJQVZDT0RZTFNBNTNQUUs0WkElMkYyMDI1MDExMyUyRnVzLWVhc3QtMSUyRnMzJTJGYXdzNF9yZXF1ZXN0JlgtQW16LURhdGU9MjAyNTAxMTNUMTA0MTM3WiZYLUFtei1FeHBpcmVzPTMwMCZYLUFtei1TaWduYXR1cmU9OTU2YWRjNGI1NWI5ZGI1MDk2YWVlM2NlMTQ2NGJlOGQxZDJiMDFlN2VlZTY3NjhlNmEyOTBiZGQxOTcxN2Q0OCZYLUFtei1TaWduZWRIZWFkZXJzPWhvc3QifQ.zmAg4QznkJBX1A8DnsUmNddFCDfESA4ilp3uvTiJw00)
   > 
   > then it contains this code snippet:
   > 
   > ```
   > <output id="_781CCB4D-6421-4D4B-B15F-43FF9AE7CA3E" />
   > ```
   > 
   > There is no `typeRef` attribute 🟠
   > 
   > Then I add a output column: ![Screenshot 2025-01-13 
105653](https://private-user-images.githubusercontent.com/8044780/402496355-b73f96f4-dbfa-48ec-96bd-73828b63462d.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzY3NjUxOTcsIm5iZiI6MTczNjc2NDg5NywicGF0aCI6Ii84MDQ0NzgwLzQwMjQ5NjM1NS1iNzNmOTZmNC1kYmZhLTQ4ZWMtOTZiZC03MzgyOGI2MzQ2MmQucG5nP1gtQW16LUFsZ29yaXRobT1BV1M0LUhNQUMtU0hBMjU2JlgtQW16LUNyZWRlbnRpYWw9QUtJQVZDT0RZTFNBNTNQUUs0WkElMkYyMDI1MDExMyUyRnVzLWVhc3QtMSUyRnMzJTJGYXdzNF9yZXF1ZXN0JlgtQW16LURhdGU9MjAyNTAxMTNUMTA0MTM3WiZYLUFtei1FeHBpcmVzPTMwMCZYLUFtei1TaWduYXR1cmU9OWU1YjI2MWZjNTNlMzhhNmUwMjgxNjhjMDA4ODc1MTgxZDUzNmQwMzc1ZmZkZTdkZmU5OTg5YjU2ZmNjZWI5ZiZYLUFtei1TaWduZWRIZWFkZXJzPWhvc3QifQ.VjUdValFUhC4iq1pYNS687TdTZSf-BldSAOVc8n7nf4)
   > 
   > then there is code snippet:
   > 
   > ```
   >       <output id="_781CCB4D-6421-4D4B-B15F-43FF9AE7CA3E" name="Output-1" 
typeRef="boolean" />
   >       <output id="_80267764-71E9-4444-A786-904ADBA52E04" name="Output-2" 
typeRef="number" />
   > ```
   > 
   > that has both `name` and `typeRef` 🟢
   > 
   > and when I delete one output column:
   > 
   > ![Screenshot 2025-01-13 
105707](https://private-user-images.githubusercontent.com/8044780/402496746-f829073c-fe52-47e3-bf3d-5502535fc529.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzY3NjUxOTcsIm5iZiI6MTczNjc2NDg5NywicGF0aCI6Ii84MDQ0NzgwLzQwMjQ5Njc0Ni1mODI5MDczYy1mZTUyLTQ3ZTMtYmYzZC01NTAyNTM1ZmM1MjkucG5nP1gtQW16LUFsZ29yaXRobT1BV1M0LUhNQUMtU0hBMjU2JlgtQW16LUNyZWRlbnRpYWw9QUtJQVZDT0RZTFNBNTNQUUs0WkElMkYyMDI1MDExMyUyRnVzLWVhc3QtMSUyRnMzJTJGYXdzNF9yZXF1ZXN0JlgtQW16LURhdGU9MjAyNTAxMTNUMTA0MTM3WiZYLUFtei1FeHBpcmVzPTMwMCZYLUFtei1TaWduYXR1cmU9NDE0YTg4YmYyZGQxMGU2ZGIyZDE2OWE1MDgwMWYzZmE2OWE2ZjkzMDQ1NzgxNGUwNmUyYTcxMDFjNjcxNDgzNyZYLUFtei1TaWduZWRIZWFkZXJzPWhvc3QifQ.Dn1xtdU8wNwvPN2KlUj_d79ZexOJ3-zLgTfoJ3e7dqM)
 then there is code snippet:
   > 
   > ```
   >       <output id="_80267764-71E9-4444-A786-904ADBA52E04" typeRef="number" 
/>
   > ```
   > 
   > that has `typeRef` 🟠
   > 
   > the places I mark with 🟠 are inconsistent. Both are decision tables with 
single output column, however once there is `typeRef` and once there is not 
`typeRef`.
   
   hi @jomarko , Thank you for reviewing and noticing the issue ,
   If we have selected typeref when there is single output column then we can 
see typeref also for it .If we have two output columns with selected typrefs 
then will have typerefs also and after deleting one column , i did reset for 
typeref also now so that if we select typeref only we will get otherwise we 
won't.


-- 
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: commits-unsubscr...@kie.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@kie.apache.org
For additional commands, e-mail: commits-h...@kie.apache.org

Reply via email to