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
Would be nice if we could easily override the OnRequestEnd functionality. For example, we're loading our own copy of jQuery (without using loadJS) so having the onRequestEnd load FC's copy of jQuery results in jQuery being loaded twice.
For now I've duplicated _OnRequestEnd.cfm in the project and will rename the plugin's version, but it would be nice if it was in the onRequestEnd of the Application.cfc for example and we could override that in our project's Application.cfc. Goes back to this bug I opened a while ago that would allow plugins to tap into the App.cfc lifecycle https://farcry.jira.com/browse/FC-2462
The text was updated successfully, but these errors were encountered:
Would be nice if we could easily override the OnRequestEnd functionality. For example, we're loading our own copy of jQuery (without using loadJS) so having the onRequestEnd load FC's copy of jQuery results in jQuery being loaded twice.
For now I've duplicated _OnRequestEnd.cfm in the project and will rename the plugin's version, but it would be nice if it was in the onRequestEnd of the Application.cfc for example and we could override that in our project's Application.cfc. Goes back to this bug I opened a while ago that would allow plugins to tap into the App.cfc lifecycle https://farcry.jira.com/browse/FC-2462
The text was updated successfully, but these errors were encountered: