Skip to content

Commit

Permalink
feat: prepara modelo para mensagens críticas no PDF
Browse files Browse the repository at this point in the history
refs #903
  • Loading branch information
fragomeni committed Jul 1, 2024
1 parent 77a43b9 commit 5d8f2e3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/model/emenda/emenda.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ export class Emenda {
modoEdicao = ModoEdicaoEmenda.EMENDA;
// Metadados específicos de sistemas
metadados: MetadadosEmenda = {};
pendenciasPreenchimento: string[] = [];
proposicao = new RefProposicaoEmendada();
epigrafe = new Epigrafe();
componentes = [new ComponenteEmendado()];
Expand Down
1 change: 1 addition & 0 deletions src/model/lexml/util/mensagem.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ export enum TipoMensagem {
INFO = 'INFO',
WARNING = 'WARNING',
ERROR = 'ERROR',
CRITICAL = 'CRITICAL'
}

export enum AutoFix {
Expand Down

0 comments on commit 5d8f2e3

Please sign in to comment.