symbench / electric-circuits

Electric Circuits Domain for webGME
https://webgme.symbench.org
Apache License 2.0
12 stars 3 forks source link

Update webgme-json-importer and use GUIDs instead of Paths for conditionals #169

Open umesh-timalsina opened 2 years ago

umesh-timalsina commented 2 years ago

Since https://github.com/deepforge-dev/webgme-json-importer/pull/10, we are exporting GUIDs instead of paths for nodes. This would mean the check https://github.com/symbench/electric-circuits/blob/466f7ca5344d130235709ea9f2a35c859bf94d39/src/plugins/CreateElectricCircuitsMeta/CreateElectricCircuitsMeta.js#L469-L471 will no longer work.

brollb commented 2 years ago

If you think this should work differently in webgme-json-importer, feel free to comment here: https://github.com/deepforge-dev/webgme-json-importer/issues/16