Skip to content
Snippets Groups Projects
Unverified Commit 820242c4 authored by Łukasz Łopatowski's avatar Łukasz Łopatowski Committed by GitHub
Browse files

Merge pull request #133 from...

Merge pull request #133 from nmaas-platform/119-review-and-fix-bugs-and-major-code-smells-reported-by-sonar

119 review and fix bugs and major code smells reported by sonar
parents 83e1d27a 7698a7dc
No related branches found
No related tags found
No related merge requests found
......@@ -36,9 +36,7 @@ export class AppAddJsonVersionAppComponent {
try {
JSON.parse(fileReader.result);
this.appsService.createApplication(JSON.parse(fileReader.result)).subscribe(result => {
console.log('uploaded', result);
this.modal.hide();
this.refresh.emit(true);
this.handleUpload(result)
},
error => {
this.handleError(error)
......
......@@ -74,7 +74,7 @@
<th scope="col" class="column-sortable" sortable-column="date"
sort-direction="desc">{{'BULK.LIST.CREATION_DATE' | translate}}</th>
<th scope="col" class="column-sortable" sortable-column="state">{{'BULK.LIST.STATE' | translate}}</th>
<th></th>
<th scope="col"></th>
</tr>
</thead>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment