Send moderation notice to moderators even when no changes are made
authorMagnus Hagander <magnus@hagander.net>
Sun, 17 Jan 2021 15:17:57 +0000 (16:17 +0100)
committerMagnus Hagander <magnus@hagander.net>
Sun, 17 Jan 2021 15:20:43 +0000 (16:20 +0100)
commit171c6b5be185485cb1fb6c108ffc96e6755121d8
tree1f3fe7e30275ef187692d76892424a75f8b12c5e
parent230c8e84d0152407c4d312d33f5a6f1a801c51f0
Send moderation notice to moderators even when no changes are made

When a moderation notice was sent without making any actual state
changse (so not approving, rejecting or returning), the notice would
only be sent to the submitter, and not to the moderators. Which
obviously can lead to some confusion. So make sure that it's always sent
there as well, and the message clearly states that it was just a
comment.
pgweb/core/views.py