mirror of
https://github.com/discourse/discourse.git
synced 2026-08-11 05:25:16 -05:00
Feature: Mass award badge (#8694)
* UI: Mass grant a badge from the admin ui * Send the uploaded CSV and badge ID to the backend * Read the CSV and grant badge in batches * UX: Communicate the result to the user * Don't award if badge is disabled * Create a 'send_notification' method to remove duplicated code, slightly shrink badge image. Replace router transition with href. * Dynamically discover current route
This commit is contained in:
Vendored
+4
@@ -0,0 +1,4 @@
|
||||
user1@test.com
|
||||
user2@test.com
|
||||
user3@test.com
|
||||
user4@test.com
|
||||
|
Reference in New Issue
Block a user