Skip to content
Snippets Groups Projects
Commit cfff4233 authored by Lukasz Lopatowski's avatar Lukasz Lopatowski
Browse files

Merge branch...

Merge branch '211-allow-the-option-to-use-an-arbitrary-application-version-as-a-template-when-adding-a-new-version' into 'develop'

set appToRemove for ID

See merge request !20
parents 2fc96043 7d220116
No related branches found
No related tags found
1 merge request!20set appToRemove for ID
......@@ -123,6 +123,7 @@ export class AppManagementListComponent implements OnInit {
if(app.versions.find(version => version.state === ApplicationState.DELETED)) {
this.hasRunningInstances = true;
}
this.appToRemove = app;
this.confirmRemovalModal.show();
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment