registerWebInterface with mixin in class breaks
WebFreak001 opened this issue · 0 comments
WebFreak001 commented
when having a
class MyWebInterface
{
mixin IndexMixin;
}
with IndexMixin being any kind of mixin template
, then router.registerWebInterface
will fail with Error: no property `IndexMixin` for type `handler.webinterface.MyWebInterface`