Hello,
I have a model that has_many lots of child records. When clicking on the "x" cross to delete one of these parent records, the request to confirm the deletion can take forever and actually timeout if the child records are too many.
Is there a way to not display the "The following related items may be deleted or orphaned" warning and only load the object that I'm trying to delete?
Hello,
I have a model that has_many lots of child records. When clicking on the "x" cross to delete one of these parent records, the request to confirm the deletion can take forever and actually timeout if the child records are too many.
Is there a way to not display the "The following related items may be deleted or orphaned" warning and only load the object that I'm trying to delete?