Actions
Bug #8629
closedoutputCbJs caching not working correctly
Description
When outputCbJs is called in 1 plugin then called again in a module it results in cb.js outputting twice. This isn't valid.
Actions
Added by krileon over 3 years ago. Updated over 3 years ago.
Description
When outputCbJs is called in 1 plugin then called again in a module it results in cb.js outputting twice. This isn't valid.
Issue is caused by CB Activity and how it's loading CBs core JS.
CB Activity with GJ Module is just triggering the issues, but it's the static caching in outputCbJs that's not reliable. Re-opening to fix.
Fixed in MR !1698