mirror of https://github.com/interlegis/sapl.git
Browse Source
* Update instalacao31.rst * Update instalacao31.rst * Update instalacao31.rst * Update instalacao31.rst * Update instalacao31.rst * #3672 feat: Rotinas implementada para ordernar a materia pela sequencia regimental * #3672 feat: Alterado o campo para indicar a ordem da materia * #3675 Incluido Hiperlink para abrir as correspondencia e matérias em outra aba o navegador * #3672 Correções finalizadas, conforme solicitado. --------- Co-authored-by: Roberio (Camara de Sapezal) <roberio@sapezal.mt.leg.br> Co-authored-by: Edward <9326037+edwardoliveira@users.noreply.github.com>pull/3685/head
roberiorebeca
1 year ago
committed by
GitHub
7 changed files with 41 additions and 3 deletions
@ -0,0 +1,18 @@ |
|||||
|
# Generated by Django 2.2.28 on 2023-09-04 17:01 |
||||
|
|
||||
|
from django.db import migrations, models |
||||
|
|
||||
|
|
||||
|
class Migration(migrations.Migration): |
||||
|
|
||||
|
dependencies = [ |
||||
|
('base', '0057_appconfig_google_analytics_id_metrica'), |
||||
|
] |
||||
|
|
||||
|
operations = [ |
||||
|
migrations.AddField( |
||||
|
model_name='appconfig', |
||||
|
name='ordenacao_pesquisa_materia', |
||||
|
field=models.CharField(choices=[('S', 'Alfabética por Sigla'), ('R', 'Sequência Regimental')], default='S', max_length=1, verbose_name='Ordenação de Pesquisa da Matéria?'), |
||||
|
), |
||||
|
] |
Loading…
Reference in new issue