Merge branch 'next' into feat/add-http-basic-auth

This commit is contained in:
Andras Bacsai
2025-04-22 21:18:43 +02:00
committed by GitHub
31 changed files with 334 additions and 334 deletions

View File

@@ -111,6 +111,7 @@ class Source extends Component
$this->application->update([
'source_id' => $sourceId,
'source_type' => $sourceType,
'repository_project_id' => null,
]);
$this->application->refresh();
$this->getSources();