This forum has moved to a new location and is in read-only mode. Please visit talk.octobercms.com to access the new location.
I'm trying to delete a row from a list, which is rendered on the backend with $this->listRender
. It renders perfectly, the create and update functions also work but whenever I try to delete a row by checking it with a checkbox and running data-request=onDelete
from within a button I get a 502 error
. The functions runs fine. If I try to run post()
it returns an array with a key of undefined, and whenever I try to run input::get()
(the laravel way) I also get a 502 error
.
I partially stripped the code from the user and blog plugins from the public repo's, So maybe the problem has to to with that.
Does anyone know what I'm doing wrong?
See my github for the the complete code. http://github.com/cptmeatball/pricetables
1-1 of 1