pauamma: Cartooney crab wearing hot pink and acid green facemask holding drink with straw (Default)
Res facta quae tamen fingi potuit ([personal profile] pauamma) wrote in [site community profile] changelog2009-03-09 06:33 pm

[dw-free] Make editgroups.bml work

[commit: http://hg.dwscoalition.org/dw-free/rev/acc9d0a50cd9]

http://bugs.dwscoalition.org/show_bug.cgi?id=289

Unbreak trust group deletion.

Patch by [personal profile] janine.

Files modified:
  • htdocs/manage/circle/editfilters.bml
--------------------------------------------------------------------------------
diff -r f9a6baa87a1e -r acc9d0a50cd9 htdocs/manage/circle/editfilters.bml
--- a/htdocs/manage/circle/editfilters.bml	Mon Mar 09 17:28:27 2009 +0000
+++ b/htdocs/manage/circle/editfilters.bml	Mon Mar 09 18:29:10 2009 +0000
@@ -57,7 +57,7 @@
         # add/edit/delete groups
         for ( my $i = 1; $i <= 60; $i++ ) {
             if ( $POST{"efg_delete_$i"} ) {
-                # FIXME: delete the group!
+                $u->delete_trust_group( id => $i );
             } elsif ( $POST{"efg_set_${i}_name"} ) {
                 my $create = ref $trust_groups->{$i} eq 'HASH' ? 0 : 1;
                 my $name = $POST{"efg_set_${i}_name"};
--------------------------------------------------------------------------------