Sitic has uploaded a new change for review. https://gerrit.wikimedia.org/r/216633
Change subject: Fix new page watchlist events ...................................................................... Fix new page watchlist events Change-Id: I17c048e4c3389855e659d3146e5cb8ce330b0828 --- M frontend/src/components/watchlist/entry.directive.html 1 file changed, 1 insertion(+), 1 deletion(-) git pull ssh://gerrit.wikimedia.org:29418/labs/tools/crosswatch refs/changes/33/216633/1 diff --git a/frontend/src/components/watchlist/entry.directive.html b/frontend/src/components/watchlist/entry.directive.html index 88907b0..92e9323 100644 --- a/frontend/src/components/watchlist/entry.directive.html +++ b/frontend/src/components/watchlist/entry.directive.html @@ -10,6 +10,6 @@ </a> </div> <div class="right"> - <watchlist-edit ng-if="event.type === 'edit'"></watchlist-edit> + <watchlist-edit ng-if="event.type === 'edit' || event.type === 'new'"></watchlist-edit> <watchlist-logevent ng-if="event.type === 'log'"></watchlist-logevent> </div> -- To view, visit https://gerrit.wikimedia.org/r/216633 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I17c048e4c3389855e659d3146e5cb8ce330b0828 Gerrit-PatchSet: 1 Gerrit-Project: labs/tools/crosswatch Gerrit-Branch: master Gerrit-Owner: Sitic <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
