Azure / LogicAppsUX

https://learn.microsoft.com/azure/logic-apps
MIT License
77 stars 84 forks source link

fix(Designer): Fixed custom connector browse with extra capabilities #6055

Closed rllyy97 closed 2 weeks ago

rllyy97 commented 2 weeks ago

Main Changes

If custom connectors had extra capabilities, our filtering was removing them from browse view. This has now been fixed and we ignore the capabilities check only if it does not include both 'triggers' and 'actions'

Fixes https://github.com/Azure/LogicAppsUX/issues/5787