Hi,
when I try to intercept a DELETE default route, it works when I go to the record summary and select Delete photo
in the Actions menu
Here is my interception:
However, when I use the Delete
button from the record list after selecting one record, the call is not intercepted and it directly deletes the record in the DB.
Is it a normal behaviour ?
Best regards
Projet: joinly-forest
Config:
{
"liana": "forest-express-mongoose",
"liana_version": "8.7.9",
"stack": {
"database_type": "multiple",
"engine": "nodejs",
"engine_version": "18.12.1",
"orm_version": "5.8.13"
}
}