diff Agendas/trunk/src/Agendas.Web/Controllers/HistoricoController.cs @ 161:c1062de96845

Al publicar una agenda el nroOrden debe ser mayor a cero y urlWiki no vacio.
author juanjose.montesdeocaarbos
date Fri, 05 Aug 2011 21:54:43 -0300
parents c99636fbdc5f
children 4e4b758ab744
line wrap: on
line diff
--- a/Agendas/trunk/src/Agendas.Web/Controllers/HistoricoController.cs	Fri Aug 05 21:39:37 2011 -0300
+++ b/Agendas/trunk/src/Agendas.Web/Controllers/HistoricoController.cs	Fri Aug 05 21:54:43 2011 -0300
@@ -24,7 +24,7 @@
 													Ponente = e.Ponente.Nombre,
                                                     Numero = e.NumeroOrden.ToString(),
                                                     Tipo = e.Tipo.ToString(),
-                                                    Duracion = "0:00"
+                                                    Duracion = "0:00" //TODO: e.GetEvento()
 			            		               	}
 			            	};
 			return View(model);