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.
Updated by krileon over 3 years ago
- Status changed from Assigned to Rejected
- Target version deleted (
CB 2.6.1) - % Done changed from 0 to 100
Issue is caused by CB Activity and how it's loading CBs core JS.
Updated by krileon over 3 years ago
- Status changed from Rejected to Assigned
- Target version set to CB 2.6.1
- % Done changed from 100 to 0
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.
Updated by krileon over 3 years ago
- Status changed from Assigned to Resolved
- % Done changed from 0 to 100
Fixed in MR !1698
Actions