-
Notifications
You must be signed in to change notification settings - Fork 2
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
Disable multiple inputs into same simulate box #1913
Conversation
There are a decent number of list-processing logic in the simulate boxes. If indeed we don't need to accept multiple configurations anymore we might as well try to simplify them, as I recall they were rather quickly hacked together, so cleaning things up would make the code more manageable. |
This reverts commit 29e452d.
.../software/uncharted/terarium/hmiserver/proxies/simulationservice/SimulationServiceProxy.java
Outdated
Show resolved
Hide resolved
...are/uncharted/terarium/hmiserver/proxies/simulationservice/SimulationCiemssServiceProxy.java
Outdated
Show resolved
Hide resolved
packages/client/hmi-client/src/workflow/ops/simulate-julia/tera-simulate-node-julia.vue
Show resolved
Hide resolved
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.
There are a few confusing points that should be addressed
- You removed the
v-for" context for the tera-simulate-chart, but you still have a
:key` assignment, so what exactly do you want to do? - I think you might be mangling the
:run-results
assignment in tera-simulate-chart, can you clarify what is been passed in? Seems like you are passing in the value but the chart is expecting an object-map?
How does "add-chart" work under this new logic? |
Resolves #1898 #1899