Added buttons to join/leave organisations (no functionality yet)

This commit is contained in:
2022-02-15 16:52:00 +00:00
parent e2180ddff3
commit 130c5ec9bb
4 changed files with 37 additions and 3 deletions

View File

@@ -77,6 +77,10 @@ class OrganisationsExtension extends AbstractExtension implements GlobalsInterfa
public function getGlobals()
{
return [];
$config = $this->services->config['organisation'];
return [
'organisationConfig' => $config
];
}
}