FIX: ElementalArea

This commit is contained in:
Tony Air 2024-04-22 16:25:52 +02:00
parent 0cbc125872
commit c36b321d91
1 changed files with 5 additions and 0 deletions

View File

@ -25,6 +25,11 @@ class PageController extends ContentController
private static $graphql_resources = [];
private static $ajax_resources = [];
public function ElementalArea()
{
return $this->dataRecord->ElementalArea();
}
public function getViewer($action)
{
// Manually set templates should be dealt with by Controller::getViewer()