-
Notifications
You must be signed in to change notification settings - Fork 0
Inconsistent state with multiple yellow nodes #576 #578
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
base: master
Are you sure you want to change the base?
Conversation
jonwetzel
left a comment
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.
The "dynamic" option is present in the variable node's type menu. Please remove it.
| <input data-dojo-type="dijit/form/RadioButton" name="variableType" class="handleVariable" id="dynamicType" value="dynamic"/> | ||
| <label for="dynamicType">Dynamic</label> | ||
| </span> | ||
| </span> --> |
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.
Go ahead and delete the code for this. We can always retrieve it from git if we need it later.
| parameter: "parameterType", | ||
| dynamic: "dynamicType", | ||
| variableType: "variableType", | ||
| //dynamic: "dynamicType", |
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.
Can delete this dynamic line too.
| registry.byId(prevSelected+"Type").set('checked', false); */ | ||
| var varTypeSel = registry.byId(this.controlMap.variableType); | ||
| varTypeSel.removeOption(varTypeSel.getOptions()); | ||
| var varTypes = ["unknown","parameter","dynamic"]; |
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.
Remove "dynamic" here.
| }); | ||
| } | ||
|
|
||
| // reset the variablte type radio button labels |
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.
As mentioned before, you can go ahead and remove the radio button code.
|
yes, will delete all the corresponding code and other commented out code before merging to master after the testing. |
No description provided.