Edgewall Software

Changes between Version 3 and Version 4 of TracDev/Proposals/ControllerApi


Ignore:
Timestamp:
Dec 4, 2008, 9:15:25 PM (15 years ago)
Author:
hbayhantopcu@…
Comment:

Fixed a typo

Legend:

Unmodified
Added
Removed
Modified
  • TracDev/Proposals/ControllerApi

    v3 v4  
    4747        # process the form submission
    4848
    49     def _do_save(self, req):
     49    def _do_delete(self, req):
    5050        name = req.args.get('name')
    5151        # process the form submission