]> git.llucax.com Git - z.facultad/75.52/sercom.git/blobdiff - sercom/model.py
Cleanup de JS y uso DocenteInscripto como es debito.
[z.facultad/75.52/sercom.git] / sercom / model.py
index f26a7208e3b10ddeefa68ac5f02d3a51d6215f36..3442a19735b72fd734a9c71dd5563c2b445a1faf 100644 (file)
@@ -312,8 +312,8 @@ class TareaPrueba(Tarea): #{{{
     # Joins
     comandos    = MultipleJoin('ComandoPrueba', joinColumn='tarea_id')
 
-    def add_comando(self, orden, **kw):
-        return ComandoPrueba(tarea=self, orden=orden, comando='', **kw)
+    def add_comando(self, orden, comando='', **kw):
+        return ComandoPrueba(tarea=self, orden=orden, comando=comando, **kw)
 
     def remove_comando(self, orden):
         ComandoPrueba.pk.get(self.id, orden).destroySelf()