csdms / wmt-client

A GWT client for the CSDMS Web Modeling Tool
MIT License
0 stars 0 forks source link

Fix JSON parsing error #109

Closed mdpiper closed 7 years ago

mdpiper commented 7 years ago

A component that has provides and uses ports with the same id was automatically getting an alias in the uses port on load. While this isn't technically wrong, it shouldn't happen automatically.

This fixes #108. See discussion there, as well.