DavidFeldhoff / al-codeactions

MIT License
17 stars 8 forks source link

Create EventSubscriber not working if not in the same object #93

Closed DavidFeldhoff closed 3 years ago

DavidFeldhoff commented 3 years ago

The creation of eventsubscirbers (possible if procedure starts with "On..") works fine if it's in the same file, but as far as there's a different table, e.g. Customer.OnDoSomething, a normal procedure is created.

DavidFeldhoff commented 3 years ago

Implemented with last commit