From 6cca1806c88f675940161b6b452301532badc78c Mon Sep 17 00:00:00 2001 From: Ricardo Markiewicz Date: Tue, 13 Mar 2007 01:12:45 +0000 Subject: [PATCH] fixeo cambios en clases del modelo que pinchaban la vista --- sercom/subcontrollers/correccion/__init__.py | 4 --- .../correccion/templates/entregas.kid | 23 +++------------ .../correccion/templates/show.kid | 29 +++++++++---------- 3 files changed, 18 insertions(+), 38 deletions(-) diff --git a/sercom/subcontrollers/correccion/__init__.py b/sercom/subcontrollers/correccion/__init__.py index 26921cb..20b3ea0 100644 --- a/sercom/subcontrollers/correccion/__init__.py +++ b/sercom/subcontrollers/correccion/__init__.py @@ -116,10 +116,6 @@ class CorreccionController(controllers.Controller, identity.SecureResource): def show(self,id, **kw): """Show record in model""" r = validate_get(id) - if r.observaciones is None: - r.obs = '' - else: - r.obs = publish_parts(r.observaciones, writer_name='html')['html_body'] return dict(name=name, namepl=namepl, record=r) @expose(template='kid:%s.templates.entregas' % __name__) diff --git a/sercom/subcontrollers/correccion/templates/entregas.kid b/sercom/subcontrollers/correccion/templates/entregas.kid index 63e8bed..8808869 100644 --- a/sercom/subcontrollers/correccion/templates/entregas.kid +++ b/sercom/subcontrollers/correccion/templates/entregas.kid @@ -15,7 +15,7 @@ Fecha Ok? Observaciones - Tareas Ejecutadas + Comandos Ejecutadas usuario @@ -24,24 +24,9 @@ fecha corregido - - - - - - - - - - - - - - - -
TareaDesdeHastaCorrectaObs
${i.tarea.shortrepr()}${i.inicio}${i.fin} - Si - ${i.observaciones}
+ diff --git a/sercom/subcontrollers/correccion/templates/show.kid b/sercom/subcontrollers/correccion/templates/show.kid index 0458e7f..c38f552 100644 --- a/sercom/subcontrollers/correccion/templates/show.kid +++ b/sercom/subcontrollers/correccion/templates/show.kid @@ -9,38 +9,37 @@ - - + + - - + + - - + + - - + + - - + + - - + + - +
Padrón:padrónInstancia de Entrega:record.padrón
Nombre:nombreEntregador:nombre
E-Mail:emailEntrega:email
Teléfono:telefonoCorrector:telefono
Nota:notaCorregido el:nota
Activo:activoNota:activo
Observaciones:observacionesobservaciones

-Editar | -Volver +Volver -- 2.43.0