cytoscape / cyREST

Core App: REST API module for Cytoscape
https://github.com/cytoscape/cyREST/wiki
MIT License
30 stars 13 forks source link

Lock node dimensions is not working #19

Closed dotasek closed 7 years ago

dotasek commented 7 years ago

Locking node dimensions through REST does not appear to work.

Observed from within R, with pseudocode to replicate below:

URL = uri, pluginVersion, "styles", visual.style.name, "dependencies"
PUT(list(visualPropertyDependency="nodeSizeLocked", enabled =new.state))

Reported by @tmuetze

dotasek commented 7 years ago

Fixed in cytoscape-impl commit 69d430f