Skip to content

Commit

Permalink
syncing master and client_2021
Browse files Browse the repository at this point in the history
  • Loading branch information
regulator95 committed Jul 8, 2022
1 parent 3e600ed commit b7f6ce8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -416,6 +416,7 @@ export class EditpublicationComponent implements OnInit {
}

submitPublication() {
this.data['sampleId']=this.sampleId;
let submitUrl = this.apiService.doPost(Consts.QUERY_PUBLICATION_SAVE,this.data);
submitUrl.subscribe(data=> {
if (this.sampleId) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
Description
</td>
<td>
{{publication.description}}
<span [innerHtml]="publication.description"></span>
</td>
</tr>
<tr *ngIf="publication.keywordsStr!=''">
Expand Down

0 comments on commit b7f6ce8

Please sign in to comment.