flaxsearch / flaxcode

Automatically exported from code.google.com/p/flaxcode
4 stars 1 forks source link

Error deleting a collection #38

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
When deleting a collection using the X button, linking to (in this case)

http://localhost:8090/admin/collections/foo/view/confirm_delete

The server raises:

Traceback (most recent call last):
  File "/Users/maky/src/flaxcode/localinst/cherrypy/_cprequest.py", line
551, in respond
    cherrypy.response.body = self.handler()
  File "/Users/maky/src/flaxcode/localinst/cherrypy/_cpdispatch.py", line
24, in __call__
    return self.callable(*self.args, **self.kwargs)
TypeError: default() takes at most 3 arguments (4 given) 

Original issue reported on code.google.com by bano...@gmail.com on 19 Oct 2007 at 2:04

GoogleCodeExporter commented 9 years ago

Original comment by bano...@gmail.com on 19 Oct 2007 at 2:04

GoogleCodeExporter commented 9 years ago
The deletion button is just a place holder - there's no logic behind it yet, 
but it's
good to have an issue to remind us that it's outstanding.

Original comment by paul.x.r...@googlemail.com on 21 Oct 2007 at 7:53

GoogleCodeExporter commented 9 years ago

Original comment by paul.x.r...@googlemail.com on 21 Oct 2007 at 9:02

GoogleCodeExporter commented 9 years ago

Original comment by boulton.rj@gmail.com on 30 Oct 2007 at 11:58