jenkins-bot has submitted this change and it was merged. ( https://gerrit.wikimedia.org/r/346979 )
Change subject: reducers: Reduce FETCH_COMPLETE if token matches ...................................................................... reducers: Reduce FETCH_COMPLETE if token matches ... instead of using the active element. In the case of the eventLogging reducer, this fixes scenario 4.1 from T159490#3150331, which was caused by late FETCH_COMPLETE actions being reduced regardless of whether interaction had been finalised or a new interaction had started. Bug: T159490 Change-Id: If9d718625b0302ea2f75a778005643b4eef62bde --- M resources/dist/index.js M resources/dist/index.js.map M src/reducers/eventLogging.js M src/reducers/preview.js M tests/node-qunit/reducers/eventLogging.test.js M tests/node-qunit/reducers/preview.test.js 6 files changed, 68 insertions(+), 33 deletions(-) Approvals: Bmansurov: Looks good to me, approved jenkins-bot: Verified -- To view, visit https://gerrit.wikimedia.org/r/346979 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: If9d718625b0302ea2f75a778005643b4eef62bde Gerrit-PatchSet: 1 Gerrit-Project: mediawiki/extensions/Popups Gerrit-Branch: master Gerrit-Owner: Phuedx <[email protected]> Gerrit-Reviewer: Bmansurov <[email protected]> Gerrit-Reviewer: jenkins-bot <> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
