Edward
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
sapl/base/views.py
|
|
@ -2025,7 +2025,7 @@ class AppConfigCrud(CrudAux): |
|
|
try: |
|
|
try: |
|
|
self.gerar_hash(prop) |
|
|
self.gerar_hash(prop) |
|
|
except ValidationError as e: |
|
|
except ValidationError as e: |
|
|
form.add_error('receber_recibo_proposicao',e) |
|
|
form.add_error('Não foi possível mudar a configuração porque a Proposição {} não possui texto original vinculado!'.format(e)) |
|
|
return super().form_invalid(form) |
|
|
return super().form_invalid(form) |
|
|
return super().form_valid(form) |
|
|
return super().form_valid(form) |
|
|
|
|
|
|
|
|
|