Project

General

Profile

Revision dcd79358

IDdcd793586e57db92148df7c865b0b775a9f3734e
Parent 97b22331
Child 34114c33

Added by Francois POIROTTE over 14 years ago

Correction d'une typo qui bloquait l'utilisation de /update.

git-svn-id: https://vigilo-dev.si.c-s.fr/svn@2453 b22e2e97-25c9-44ff-b637-2e5ceca36478

View differences:

vigiboard/controllers/root.py
371 371
            'host': validators.NotEmpty(),
372 372
#            'service': validators.NotEmpty(),
373 373
            'page': validators.Int(min=1),
374
        }, 
374
        },
375 375
        error_handler = process_form_errors)
376 376
    @expose('events_table.html')
377 377
    @require(Any(not_anonymous(), msg=l_("You need to be authenticated")))
......
458 458
            u'AAClosed'
459 459
        ], not_empty=True)}, error_handler=process_form_errors)
460 460
    @require(Any(not_anonymous(), msg=l_("You need to be authenticated")))
461
    @expose()
461 462
    def update(self, id, last_modification, trouble_ticket, ack):
462 463
        """
463 464
        Mise à jour d'un événement suivant les arguments passés.

Also available in: Unified diff