Commit 1d105ad
authored
Bug in beforehandler, on deleting multiple rows
Hi there,
We're allmost there, I found 2 bug, one I solved by this pull request:
The first one: when deleting multiple rows at once and applying my soft delete [see example 209](#209) I got an 404 errror : Subject cuased by the [updateObject method](https://github.com/mevdschee/php-crud-api/blob/master/api.php#L1533-L1535)
The other you will find here [209](#209), this needs to be discussed first.1 parent 753c0c0 commit 1d105ad
1 file changed
+13
-7
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1862 | 1862 | | |
1863 | 1863 | | |
1864 | 1864 | | |
| 1865 | + | |
| 1866 | + | |
| 1867 | + | |
| 1868 | + | |
| 1869 | + | |
| 1870 | + | |
| 1871 | + | |
| 1872 | + | |
| 1873 | + | |
| 1874 | + | |
| 1875 | + | |
| 1876 | + | |
| 1877 | + | |
1865 | 1878 | | |
1866 | 1879 | | |
1867 | 1880 | | |
| |||
1873 | 1886 | | |
1874 | 1887 | | |
1875 | 1888 | | |
1876 | | - | |
1877 | | - | |
1878 | | - | |
1879 | | - | |
1880 | | - | |
1881 | | - | |
1882 | | - | |
1883 | 1889 | | |
1884 | 1890 | | |
1885 | 1891 | | |
| |||
0 commit comments