Skip to Content.
Sympa Menu

en - Re: [en@sympa] Bulk moderation of messages

Subject: The mailing list for listmasters using Sympa

List archive

Chronological Thread  
  • From: David Carter <address@concealed>
  • To: Thomas Scheffczyk <address@concealed>, address@concealed
  • Subject: Re: [en@sympa] Bulk moderation of messages
  • Date: Wed, 22 Jan 2025 13:46:56 +0000

On 22/01/2025 13:15, David Carter (via en Mailing List) wrote:
I think that I have just run into the same issue after upgrading from 6.2.72 to 6.2.74 this morning.

Using modindex.tt2 from 6.2.72 appears to have fixed moderation of multiple messages (I just dropped it into /etc/sympa/web_tt2/)

The difference is a new AJAX trigger (see below).

--
David Carter Email: address@concealed
University of Cambridge,
Information Services,
7 J J Thomson Avenue,
Cambridge UK. CB3 0RB

--8<--

--- sympa-6.2.72/default/web_tt2/modindex.tt2 2023-06-01 10:56:49.000000000 +0100
+++ sympa-6.2.74/default/web_tt2/modindex.tt2 2024-12-16 10:46:08.000000000 +0000
@@ -67,11 +67,15 @@
[%~ END %]
</div>
<div class="small-6 medium-3 columns" role="cell">
+ <a href="[% 'ajax/viewmod' | url_rel([list,msg.key]) %]"
+ data-reveal-id="mainviewmod" data-reveal-ajax="true"
+ data-tooltip aria-haspopup="true"
[% UNLESS msg.value.subject.length ~%]
<i>[%|loc%]No subject[%END%]</i>
[%~ ELSE ~%]
[% msg.value.subject %]
[%~ END %]
+ </a>
</div>
<div class="small-11 medium-2 columns" role="cell">
[% UNLESS msg.value.date ~%]




Archive powered by MHonArc 2.6.19+.

Top of Page