OpenPonk / openponk

The OpenPonk modeling platform
https://openponk.github.io/
MIT License
43 stars 9 forks source link

Can't save UML file #114

Open YummyHOF opened 11 months ago

YummyHOF commented 11 months ago
  1. Create UML class
  2. Add attribute
  3. Add custom type to the attribute

image

  1. Attempt to save

I get the error, that the key [name of custom type] wasn't found.

JanBliznicenko commented 11 months ago

Hello, yes, generating types that are not predefined UML primitive types or parts of the model is something that needs to be done: https://github.com/OpenPonk/class-editor/issues/21

For now, it would be nice to at least warn the user why does it happen.