Add CopyMails component#381
Conversation
✅ Deploy Preview for stuyepsilon ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
|
|
||
| const stuyActivitiesAdminLinks: LinkItem[] = [ | ||
| { to: `${main}/admin/messages`, display: "Messages" }, | ||
| { to: `${main}/admin/copyemails`, display: "Copy Emails" }, |
There was a problem hiding this comment.
Should this be added to (so that Admins of a club see it) or only site Admins?
There is already option "Roster" visible when as a site admin I click into the club that I am creator of, or admin of. The only time that option is not visible is when I click into the club that I am only member of (when I see only messages). Please clarify if you want me to: a) Add option for site-admins called 'Roster' that would appear in "Admin Tools" section of the menu if user is site-admin and is member of some activity, so that click takes user to the screen where Copy button copies only Admin and Creator emails of that activity, or b) Add option for site admins even for activities where they are creators, or admins, but in that case option cannot be called 'Roster' since it already exists
|
bd7b130 to
ef5f683
Compare
|
Sorry for the long delay, looks really great! However, the Roster page still isn't visible to Club&Pub sitewide admins, and only to club admins. Could you fix that so both Club&Pub sitewide admins as well as club admins have access to the Roster page? |



Added option Copy Emails to Admin Tools and copied the code from roster related to Copying emails. I left members list, so that Admin can see the names corresponding to email.
Please advise if this is what was meant in issue 240