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
The old submitOnce function from Common.js has been deprecated and will eventually be removed from CiviCRM core.
It is being called in an inline script in UpdateSubscriptionModifications.tpl. I wanted to submit a PR for removing it, but honestly I can't quite make sense of that code. I have the feeling that calling the function from there is unnecessary coupling and you could just trigger a click event instead, but I'm not entirely sure what that function is doing.
The text was updated successfully, but these errors were encountered:
sorry for the very late response, this is actually a good note so thanks for this, I will add it to our internal Jira, and try to get it fixed during one of the future releases.
The old
submitOnce
function fromCommon.js
has been deprecated and will eventually be removed from CiviCRM core.It is being called in an inline script in
UpdateSubscriptionModifications.tpl
. I wanted to submit a PR for removing it, but honestly I can't quite make sense of that code. I have the feeling that calling the function from there is unnecessary coupling and you could just trigger a click event instead, but I'm not entirely sure what that function is doing.The text was updated successfully, but these errors were encountered: