Daniel
Daniel
Can this PR be merged? We would like to use it in the [JMRI project](https://github.com/JMRI/JMRI).
@dsand47 I think this PR is ready for review. The use case for it is when you have many actions/expressions and doesn't know which one that failed.
> Please don't merge it. I have some problems with **Execute on change** and **Else_If**. I'm going to a model railroad meeting tomorrow and will not be home until sunday....
This PR is replaced by #11455.
Replaced by #11481
@icklesteve What's the status of this PR?
@arthkl Do you have a panel file demonstrating this issue? I have created PR #11305 with your fix, but I'm not sure on how to test it.
@dsand47 Confirmed. I understand why it happens but not yet on how to solve it.
**Explanation of the problem** The symbol table with the current local variables is stored in the ConditionalNG. Each action and expression can get the conditionalNG by calling `super.getConditionalNG()`. However, there...