Issue adding a new row in DB when im using join
Issue adding a new row in DB when im using join
i got a warning as you can see where i think i need to send a value for the table im doing join in this case the table rooms at the column desription, even that i set it at false, but when i do the refresh to the page it seems the row its added and the displayed, so i dont know why i got this warning any help will be apreciated it
This discussion has been closed.
Replies
Your
preCreate
anonymous function is wrong. It only gets passed two arguments (it can't be given an id, since the id won't have been generated by that point!).It should be:
Allan
Thanks for your advice Allan, yes that was the problem