# HG changeset patch # User nelopauselli # Date 1312809742 10800 # Node ID 784d81e32366a80656e5f7bd1190179233c44ab3 # Parent c58d26b15759d55a9687169a181c34e7554d6e47 Quitando la opción de proponer para esta versión diff -r c58d26b15759 -r 784d81e32366 Agendas/trunk/src/Agendas.Web/Controllers/EventoController.cs --- a/Agendas/trunk/src/Agendas.Web/Controllers/EventoController.cs Mon Aug 08 10:13:46 2011 -0300 +++ b/Agendas/trunk/src/Agendas.Web/Controllers/EventoController.cs Mon Aug 08 10:22:22 2011 -0300 @@ -188,6 +188,7 @@ [Authorize] public ActionResult Proponer() { + throw new NotImplementedException(); var model = new PropuestaNewModel(); return View("Defaulteditor", model); } @@ -196,6 +197,7 @@ [Authorize] public ActionResult Proponer(PropuestaNewModel model) { + throw new NotImplementedException(); if (ModelState.IsValid) { var agenda = AgendaFactory.GetAgenda(); diff -r c58d26b15759 -r 784d81e32366 Agendas/trunk/src/Agendas.Web/Views/Evento/Index.cshtml --- a/Agendas/trunk/src/Agendas.Web/Views/Evento/Index.cshtml Mon Aug 08 10:13:46 2011 -0300 +++ b/Agendas/trunk/src/Agendas.Web/Views/Evento/Index.cshtml Mon Aug 08 10:22:22 2011 -0300 @@ -69,5 +69,4 @@
@Html.ActionLink("Nuevo", "Nuevo") - @Html.ActionLink("Proponer", "Proponer")