Refactor EditDomain.php and shared.php to improve DockerCompose parsing logic

This commit is contained in:
Andras Bacsai
2024-04-16 12:41:21 +02:00
parent 3935a3c885
commit 8164610105
2 changed files with 10 additions and 3 deletions

View File

@@ -41,7 +41,7 @@ class EditDomain extends Component
} catch (\Throwable $e) {
return handleError($e, $this);
} finally {
$this->dispatch('generateDockerCompose');
$this->application->service->parse();
$this->dispatch('refresh');
$this->dispatch('configurationChanged');
}