Hello,
I want to import event from google_calendar, all are working well until I change my Table and insert a foreign key constraint like MissionID (eg:)
Then the import is not working anymore probably because, even if it’s set to NULL, it asks for a value.
Meanwhile I tried to insert code that says that if empty then set to 0 (and not Null) but whatever the event selected in the list it doesn’t work…
I tried beforeinsert, onload, beforeupdate etc.
Anyone got an idea ?