Skip to content

Commit

Permalink
Merge branch 'development_3.0' into precision_new
Browse files Browse the repository at this point in the history
# Conflicts:
#	src/app/core/substances-browse/substance-summary-card/substance-summary-card.component.html
  • Loading branch information
bartapes committed Feb 14, 2024
2 parents 6ae2c03 + 6c58523 commit b732815
Show file tree
Hide file tree
Showing 36 changed files with 2,382 additions and 1,648 deletions.
2 changes: 0 additions & 2 deletions src/app/core/admin/admin.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,6 @@ export class AdminService extends BaseHttpService {
}

public loadData(form: any) {
console.log(form);
const url = `${(this.configService.configData && this.configService.configData.apiBaseUrl) || '/' }api/v1/admin/load`;
return this.http.post< any >(url, form);
}
Expand Down Expand Up @@ -149,7 +148,6 @@ export class AdminService extends BaseHttpService {
}*/

public previewAdapter(id: string, file: any, adapter?: any, limit?: any): Observable< any > {
console.log(file);
let url = `${(this.configService.configData && this.configService.configData.apiBaseUrl) || '/' }api/v1/substances/import/${id}/@preview`;
if (limit) {
if(limit === 'all') {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ export class ImportDialogComponent implements OnInit {
}

ngOnInit(): void {
console.log(this.fieldList);
}

switchAction(action?: any) {
Expand Down
Loading

0 comments on commit b732815

Please sign in to comment.