How to customize route parameters and query conditions under table #15405
Unanswered
slps970093
asked this question in
Help
Replies: 3 comments 3 replies
-
i think you're talkin about related data. if you delete model(42) and a related model has model_id = 42 it won't get nulled. use a check first if a model exists, before accessing it
|
Beta Was this translation helpful? Give feedback.
1 reply
-
where is your DeleteAction? |
Beta Was this translation helpful? Give feedback.
1 reply
-
} empty strings on id's are dangerous, check them first. i would recommend to pull a main query and use modifyQueryUsing(). looks like $this->catalogID is empty or bogus and selects random (all?) stuff |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Package
Table builder
Package Version
v3.2
How can we help you?
Suppose my url path is /hello/{id}, but the input form displays no problem, but as soon as I press delete or search, the problem occurs. what do I do?
Pressing delete will not actually delete the data, but the data will still exist in the DB.
I don't want to use the filter method because there is no need to provide filtering and filtering
Beta Was this translation helpful? Give feedback.
All reactions