-
Notifications
You must be signed in to change notification settings - Fork 103
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The owner sees the pop-up stating a message is waiting for moderation even if moderators are defined separately (#1406) #1409
Conversation
… even if moderators are defined separately (sympa-community#1406)
What was the proposed solution? |
As I wrote, the 'owner who does not double moderator should not see the pop-up about "message(s) awiting moderation", as they does not see about such messages in the side menu'. |
This is not a solution. This approach obfuscates the privileged owners view into the moderation queue when moderators are defined. |
As I wrote, (1) if the owner want to view it, they can give the role of moderator to themselves. OTOH (2) some owners may not want to view everything by their own. If you want to make 1 the default behavior of Sympa, i.e. to make 2 optional, you would be better to submit a separate issue. [EDIT] Additional note: Currently only moderators will receive notification about moderation by email. Owner not designated to moderator won't, even if they are "privileged". If you prefer to change such a behavior of Sympa, please submit new issue. |
@tmclaren , please try it: When you are a (privileged) owner, please add yourself as a moderator too, then check if the pop-up about moderation is shown. That's what this PR intended. |
I realize the owner could add themselves to the moderator's list but that has side effects:
A privileged list owner should not be restricted from seeing the moderation queue when they assigned other persons to moderate the list. Think about the professor and teaching assistant (TA) relationship: Prof creates and configures a class list and the TA moderates the lists. However, the Prof will spot check the list to verify all inbound messages are being moderated in a timely manner. They should be able to see the moderation queue when the log into the web UI. Sadly, this change prevents the privileged owner from ever seeing the moderation queue and IMHO has only made this issue worse. I still recommend, the privileged list owner get the popup message about pending moderation messages AND the left menu reflect the same information. In general, I believe the privileged list owner should NOT be restricted from their mail list settings or behavior unless the listmaster has configured the server to specifically restrict the view of a setting/behavior in the ~/edit_list.conf. |
@tmclaren , here is a pull request that has already been merged and closed. Please submit the new issue for discussion. |
Unfortunate! You are obfuscating a fundamental permission for privileged
owners. Hopefully this hack will get documented as a caveat in the owners
doc. Sad…
…On Mon, Jun 6, 2022 at 7:09 PM IKEDA Soji ***@***.***> wrote:
As I wrote
<#1406 (comment)>,
the 'owner who does not double moderator should not see the pop-up about
"message(s) awiting moderation", as they does not see about such messages
in the side menu'.
—
Reply to this email directly, view it on GitHub
<#1409 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAXO2KSD6S73R6YB7EOKOWTVN2HK5ANCNFSM5XX3CNRQ>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
See "Roles and privileges". It does not state that the owner should see the moderation queue as the moderator does: It states that
It is your arguement that the owners should be able to see the moderation queue even if they didn't double the moderator. If you want to change Sympa as you argue, please make appropriate suggestions in #1428. |
This may fix #1406.