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:  > > then it contains this code snippet: > > ``` > <output id="_781CCB4D-6421-4D4B-B15F-43FF9AE7CA3E" /> > ``` > > There is no `typeRef` attribute 🟠> > Then I add a output column:  > > 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: > >  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