kajona/kajonacms

Add @dialog annotation to replace explicit template-setter for backend-dialog views

Closed this issue · 0 comments

Currently all views being rendered in a dialog need to call

$this->setArrModuleEntry("template", "/folderview.tpl")

explicitly.
We should add a new annotation like @dialogView at method-level / action level to trigger this call automatically, resulting a better readable code.