uris77
9/5/2012 - 3:36 AM

Tg typical controller action

Tg typical controller action

@expose("myproject.templates.approved_message")
def approve(self,id):
    approver = Approve()
    approver.approve_item_with(id)
    return dict()