-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added unknown variable parent and loop management #30
Conversation
if(variableName.startsWith(Constants.FILTER_RESULT_PREFIX) | ||
&& variablesMap.hasVariable(variableName.replace(Constants.FILTER_RESULT_PREFIX,"")) | ||
){ | ||
Variable parentVariable = variablesMap.getVariable(variableName.replace(Constants.FILTER_RESULT_PREFIX,"")); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't understand the wording "parentvariable". It's not the parent as it's not a tree. It's more a "linkedvariable" or "attachedVariable"...
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Finally, we choose "relatedVariable", are you ok ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yes
Variables not in specs are now linked to their parent if they have a "_" delimiter in their name