fix(selos): adicionar selos faltantes em SELOS_DISPONIVEIS
Adiciona 22 selos que estavam faltando na lista: - Orientações: ORIENT_POS_DOC, ORIENT_TESE_PREM, ORIENT_DISS_PREM - Co-orientações: CO_ORIENT_POS_DOC, CO_ORIENT_TESE, CO_ORIENT_DISS (+ _PREM) - Bancas: MB_BANCA_POS_DOC, MB_BANCA_TESE, MB_BANCA_DISS (+ _PREM) - Idiomas: IDIOMA_BILINGUE - Titulações: TITULACAO_MESTRE, TITULACAO_DOUTOR, TITULACAO_POS_DOUTOR - Outros: BOL_BPQ_NIVEL, PPG_COORD
This commit is contained in:
@@ -24,11 +24,33 @@ SELOS_DISPONIVEIS = [
|
||||
"COORIENT_GP",
|
||||
"COORIENT_PREMIO",
|
||||
"COORIENT_MENCAO",
|
||||
"ORIENT_POS_DOC",
|
||||
"ORIENT_POS_DOC_PREM",
|
||||
"ORIENT_TESE",
|
||||
"ORIENT_TESE_PREM",
|
||||
"ORIENT_DISS",
|
||||
"ORIENT_DISS_PREM",
|
||||
"CO_ORIENT_POS_DOC",
|
||||
"CO_ORIENT_POS_DOC_PREM",
|
||||
"CO_ORIENT_TESE",
|
||||
"CO_ORIENT_TESE_PREM",
|
||||
"CO_ORIENT_DISS",
|
||||
"CO_ORIENT_DISS_PREM",
|
||||
"MB_BANCA_POS_DOC",
|
||||
"MB_BANCA_POS_DOC_PREM",
|
||||
"MB_BANCA_TESE",
|
||||
"MB_BANCA_TESE_PREM",
|
||||
"MB_BANCA_DISS",
|
||||
"MB_BANCA_DISS_PREM",
|
||||
"IDIOMA_BILINGUE",
|
||||
"IDIOMA_MULTILINGUE",
|
||||
"TITULACAO_MESTRE",
|
||||
"TITULACAO_DOUTOR",
|
||||
"TITULACAO_POS_DOUTOR",
|
||||
"BOL_BPQ_NIVEL",
|
||||
"PPG_COORD",
|
||||
"EVENTO",
|
||||
"PROJ",
|
||||
"IDIOMA_MULTILINGUE",
|
||||
]
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user