@@ -111,6 +113,31 @@ public function submitForm(array &$form, FormStateInterface $form_state) {
catch(WorkspaceAccessException$e){
$this->messenger->addError($this->t('You do not have access to activate the %workspace_label workspace.',['%workspace_label'=>$this->entity->label()]));
}
// Redirect to the workspace manage page by default.