stable

Clone or download

Read-only

Display warning when user cannot see items

This is part of story #10499: Have a labels widget on project dashboards How to test: - Create a pull request in a git repo your test user can't see (e.g. Read perm for project admin, test user is project member) - Assign a label to that pull request (it must be the only pull request to have this label) - Configure a widget to show this label - When your test user navigates to the dashboard with this widget, a different "empty" message will be displayed Change-Id: I1d2af702c60285605908f75bd22c05b62d08361f

Modified Files

Name
M plugins/label/www/scripts/project-labeled-items/po/fr.po +4 −1 Go to diff View file
M plugins/label/www/scripts/project-labeled-items/po/template.pot +3 −0 Go to diff View file
M plugins/label/www/scripts/project-labeled-items/src/LabeledItemsList.vue +13 −3 Go to diff View file
M plugins/label/www/scripts/project-labeled-items/src/rest-querier.js +7 −2 Go to diff View file