Skip to content

Commit

Permalink
DOC: Correção para aparecer o botão Cancelar em expedientes pendentes de
Browse files Browse the repository at this point in the history
assinaturas.
  • Loading branch information
adrigrassi committed Sep 12, 2024
1 parent b9e5e80 commit 8b08e04
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ protected Expression create() {

Or.of(Not.of(new ExEEletronico(doc)), new ExEstaPendenteDeAssinatura(doc)),

And.of(new ExEProcesso(doc), Not.of(new ExEstaMigradoSEI(doc.getUltimoVolume()))),
If.of(new ExEProcesso(doc), Not.of(new ExEstaMigradoSEI(doc.getUltimoVolume())), Not.of(new ExEstaCancelado(doc))),

If.of(new ExECapturado(doc),

Expand Down

0 comments on commit 8b08e04

Please sign in to comment.