jomarko opened a new pull request, #2681:
URL: https://github.com/apache/incubator-kie-tools/pull/2681
… Editor
Closes: apache/incubator-kie-issues/issues/1547
### checklist
- [ ] decision table
- [ ] conditional
- [ ] nested expressions
### testing
You can test by adding the snippet below into `BoxedExpressionScreen` and
opening `LoanPreQualification` story -> `Credit Score Rating` node.
```
evaluationHitIds={["_1FA12B9F-288C-42E8-B77F-BE2D3702B7B6",
"_1FA12B9F-288C-42E8-B77F-BE2D3702B7B6"]}
```
or update `BeeTableBody` in this way
find
```
const rowHitCount = evaluationHitIds?.filter((hitId) => hitId ===
rowKey).length!;
```
and replace it with desired number, like:
```
const rowHitCount = 0;
```
or
```
const rowHitCount = 100;
```
--
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]