Unable to autowire in ActionType

Hello,

I would like to create an ActionType for my plugin list.

Unfortunately I can’t use Autowired like in the tutorial. I already switched from MessageBundle to Messages but without success.

Docs: Custom Action Types :: Jmix Documentation
My Code: jmix-plugin-addon/plugin/src/main/java/de/bytestore/plugin/view/actions/DisableAction.java at master · Gamer08YT/jmix-plugin-addon

Best Regards
Jan

Logically, the MessageBundle is not initialized in the Constructor method, I have solved it differently.

Thread can be closed, thank you :wink: