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 was previously using ft_include_module("submission_history") and sh_get_last_modified_info($form_id, $submission_id) to get info on who last modified a particular submission. Has support for ft_include_module gone away with 3.0? Or is it something that's changed with the submission_history module?
The text was updated successfully, but these errors were encountered:
Yeah, any of the old ft_* methods were rewritten with FT3 - same with the module methods. It was a biiig rewrite! All methods were rewritten and converted to object oriented code.
Oof, sorry Alex... that was just debugging code from when I was trying to figure out what was going on your system. I thought I removed it all, but I guess this one slipped by... 😊
I was previously using ft_include_module("submission_history") and sh_get_last_modified_info($form_id, $submission_id) to get info on who last modified a particular submission. Has support for ft_include_module gone away with 3.0? Or is it something that's changed with the submission_history module?
The text was updated successfully, but these errors were encountered: