You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have incorporated inline Add which fetch all fields from CrudController. How can we have two methods for insert.
One is the form offered by MotorbikeCrudController insert method and one is require two text fields and whole data filled from API response handle completely differently.
Could i setup boot setup on Model for post-save and pre-save?
In API condition I need two text boxes that fetch data from API and save it
In manual condition I need all fields as picture, which is came from CrudController and insert working fine
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I have incorporated inline Add which fetch all fields from CrudController. How can we have two methods for insert.
One is the form offered by MotorbikeCrudController insert method and one is require two text fields and whole data filled from API response handle completely differently.
Could i setup boot setup on Model for post-save and pre-save?
In API condition I need two text boxes that fetch data from API and save it
In manual condition I need all fields as picture, which is came from CrudController and insert working fine
Pre/Post condition might helps?
Beta Was this translation helpful? Give feedback.
All reactions