IntentArchitect / Support

A repository dedicated to handling issues and support queries
3 stars 0 forks source link

Enums are not brought through on the service proxies UI #101

Closed afoxsonoco closed 1 week ago

afoxsonoco commented 1 week ago

What happened?

When using an enum as a query parameter they are not added to the service proxy page and show up as an error.

image

The factory and code still runs correctly as if there isn't an error.

What version of Intent Architect are you using?

4.3.2

Additional information

No response

joelsteventurner commented 1 week ago

Hi @afoxsonoco

You just need to add a package reference to the package which has the Enum modelled in it (most likely your domain package.) Let me know if this resolves the issue.

afoxsonoco commented 1 week ago

It does, thank you.