CRUD delete function fails without javascript

Pretty much as the title says; when javascript is off, the ‘delete’ function in the automatically generated CRUD fails. I’m not sure if this is supposed to happen, but it seems easy enough to switch so it won’t do this.

That’s because ajaxLink() makes a POST request with a single link. On your application frontend you may want to create the full form instead to avoid js-dependency.

It doesn’t seem like a terrible (or difficult) idea to make the CRUD generate non-js dependent code, though.

+1

Progressive Enhancement in the generated CRUD views would be yet another feather in the cap of this wonderful framework!