Hi,

I found a small bug:

You can get to the edit form by clicking the 'Edit' button in one row of the 
grid. 
It calls this URL: 
http://127.0.0.1:8000/test/default/index/person/edit/person/1?_signature=...
So far so good

Using the view button in a row you can get to the non editable form of a 
single record. There is an 'Edit' button too, but that one is defunct. It 
tries to send you to that URL:
http://127.0.0.1:8000/test/default/index/person/Edit/person/1?_signature=...
the difference is the capitalised 'Edit' in the URL, which causes the 
problem.

In any case, I think the grid/smartgrid thingy is a great new feature of a 
great framework, thank you for that.

stephan

Reply via email to