Added buttons to join/leave organisations (no functionality yet)
This commit is contained in:
@@ -77,6 +77,10 @@ class OrganisationsExtension extends AbstractExtension implements GlobalsInterfa
|
||||
|
||||
public function getGlobals()
|
||||
{
|
||||
return [];
|
||||
$config = $this->services->config['organisation'];
|
||||
|
||||
return [
|
||||
'organisationConfig' => $config
|
||||
];
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user