Mercurial > altnet-hispano
diff Agendas/trunk/src/Agendas.Domain/EventoPropuestoState.cs @ 146:3ca9fb66d397
Habilitando la modificación de eventos propuestos o agendados
author | Nelo@Guinea.neluz.int |
---|---|
date | Mon, 01 Aug 2011 11:42:50 -0300 |
parents | 3639803112c6 |
children |
line wrap: on
line diff
--- a/Agendas/trunk/src/Agendas.Domain/EventoPropuestoState.cs Mon Aug 01 11:42:24 2011 -0300 +++ b/Agendas/trunk/src/Agendas.Domain/EventoPropuestoState.cs Mon Aug 01 11:42:50 2011 -0300 @@ -39,7 +39,7 @@ public override bool PuedePromover(Accion accion) { - return accion == Accion.Agendar || accion == Accion.Descartar; + return accion == Accion.Agendar || accion == Accion.Descartar || accion==Accion.Modificar; } } } \ No newline at end of file