Hi All,
Recently, I added a new field in the notes module which is is_read from the studio. So, this creates a notes_cstm table and two fields id_c and is_read_c and then I added that field in the edit and view page using the studio itself.
Now this operation generates/updates a bunch of files. After testing, everything works fine. So I deployed it to prod.
But in prod, the callback module save button is not working and inside contact module edit section ->case create button is not working.
Is there anything that I am missing?