Skip to content

Commit

Permalink
Merge pull request #203 from CRICDatabase/deleteSegmentation
Browse files Browse the repository at this point in the history
Delete segmentation fixed
  • Loading branch information
marcusv77 authored Mar 9, 2021
2 parents 7c8bf3a + 6c364eb commit 73f67e9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -420,7 +420,7 @@ export class SegmentarImagemComponent implements OnInit, OnDestroy {
.subscribe(
(retorno) => {
this.todasSegmentacoes = retorno;
this.limparTodasSegmentacoes();
this.listarTodasSegmentacoesDeDeCelula(this.id_imagem, this.objetoSessao.id_usuario);
this.indiceSelecionado = -1;
exibirSegmentacoes(this.todasSegmentacoes, this.indiceSelecionado, this.rotulo);
this.carregando = false;
Expand Down
1 change: 0 additions & 1 deletion src/app/services/imagens.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,6 @@ export class ImagemService {

this.inicializarServicos();
const url = `${this.api.obterUrlBaseApi()}/api/v1/imagens/${id_imagem}/classificacao-celula/${id_classificacao}`;

return this.httpClient.put<IImagemModelResultado>(url, body, {
headers: this.headerApplicationJson
});
Expand Down

0 comments on commit 73f67e9

Please sign in to comment.