Merge "Remove resolved TODO about adding wiki field to Schema:EditInteraction"

This commit is contained in:
jenkins-bot 2016-03-04 23:06:07 +00:00 committed by Gerrit Code Review
commit 8556b8037e

View file

@ -186,11 +186,6 @@
.on( 'click', function () { .on( 'click', function () {
// Log notification click // Log notification click
// TODO: In order to properly log a click of an item that
// is part of a bundled cross-wiki notification, we will
// need to add 'source' to the logging schema. Otherwise,
// the logger will log item ID as if it is local, which
// is wrong.
mw.echo.logger.logInteraction( mw.echo.logger.logInteraction(
mw.echo.Logger.static.actions.notificationClick, mw.echo.Logger.static.actions.notificationClick,
mw.echo.Logger.static.context.popup, mw.echo.Logger.static.context.popup,