Matthias Mullie has uploaded a new change for review. Change subject: Fix feedback page issues ......................................................................
Fix feedback page issues - Remove "empty feedback" check on pageload since it's filter-dependent; added new check to add a "There is no feedback for the filter you selected." warning (below the filter controls) upon loading any given filter - Removed "filtervalue" (which was only being used to pass on a feedback id) & the "highlight" filter & replaced it by a way of fetching a specific feedback id that should still abide the selected filters (rather than loading that feedback id regardless of what filter is selected) - Fixed an issue in fetching data where oversighters, for oversight-only actions, were unable to see feedback that was hidden Change-Id: I1533cc6c8c130c183babde9bc28e4789406a5dad --- M ArticleFeedbackv5.fetch.php M ArticleFeedbackv5.i18n.php M SpecialArticleFeedbackv5.php M api/ApiViewFeedbackArticleFeedbackv5.php M modules/ext.articleFeedbackv5/ext.articleFeedbackv5.dashboard.css M modules/ext.articleFeedbackv5/ext.articleFeedbackv5.dashboard.js M modules/jquery.articleFeedbackv5/jquery.articleFeedbackv5.special.js 7 files changed, 61 insertions(+), 40 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/ArticleFeedbackv5 refs/changes/23/27523/1 -- To view, visit https://gerrit.wikimedia.org/r/27523 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I1533cc6c8c130c183babde9bc28e4789406a5dad Gerrit-PatchSet: 1 Gerrit-Project: mediawiki/extensions/ArticleFeedbackv5 Gerrit-Branch: master Gerrit-Owner: Matthias Mullie <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
