You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This also appears to affect the PUT commad to set layout parameters, only accepting the subset that it recognizes and returning an error for the other legitimate parameters.
This is definitely an issue. Layouts use some pretty complex Tunable gymnastics, which are hidden behind very specialized interpreters for the swing dialog and the command line interface. Here's what I've come up with so far:
The current implementation ignores @ContainsTunables annotations, which results in being unable to set nested tunable sets.
If we get beyond this, there's ALSO some special case tunable handling behind nodeList, edgeAttribute and nodeAttribute, which accounts for other missing parameters.
I am part way to getting the nested tunables sorted out, but the special cases may need to interface a little differently.
Compare the results from CyREST:
and typing into Automation Panel:
The CyREST set is missing many paramaters
The text was updated successfully, but these errors were encountered: