fix(ivy): handle ICU expressions in executeActionOnNode (#31313)

When `walkTNodeTree` was refactored, the case of ICU expressions was forgotten (because it was handled in the `else` previously).
This PR fixes that to handle it like `ElementContainer`.

FW-1411 #resolve
PR Close #31313
This commit is contained in:
Olivier Combe
2019-06-27 16:10:35 +02:00
committed by Alex Rickabaugh
parent 119004c7d4
commit 4f38419e33
3 changed files with 49 additions and 13 deletions

View File

@ -675,10 +675,10 @@
"name": "executeActionOnContainer"
},
{
"name": "executeActionOnElementContainer"
"name": "executeActionOnElementOrContainer"
},
{
"name": "executeActionOnElementOrContainer"
"name": "executeActionOnElementContainerOrIcuContainer"
},
{
"name": "executeActionOnNode"