Skip to content
Snippets Groups Projects
Commit b8d2a820 authored by Sergio Vier's avatar Sergio Vier :mountain_bicyclist_tone1:
Browse files

Permite rechazar una solicitud en procesamiento

parent 29ef7600
No related branches found
No related tags found
1 merge request!170Permite rechazar una solicitud en procesamiento
Pipeline #3082 passed with warnings with stages
in 4 minutes and 40 seconds
......@@ -3,6 +3,7 @@
## CHANGELOG
[CURRENT](/../compare/master...develop)
* Permite rechazar una solicitud estado "Procesando" o en procesamiento
* Se migra version de toba 3.0.30 -> 3.2.4
* Soporte para Araí
* Integración inicial del instalador, docker-builder
......@@ -140,7 +140,6 @@ class ci_solicitudes_usuarios extends tupa_ci
if ($this->s__registro->getEstadoActual() == Registro::ESTADO_REGISTRO_PROCESANDO) {
$this->pantalla()->evento('procesar_solicitud')->anular();
$this->pantalla()->evento('rechazar_solicitud')->anular();
$this->pantalla()->evento('crear_usuario')->restituir();
$this->pantalla()->evento('vincular_usuario')->restituir();
} elseif ($this->s__registro->getEstadoActual() == Registro::ESTADO_SOLICITUD_ENVIADO) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment