mark: A photo of Mark kneeling on top of the Taal Volcano in the Philippines. It was a long hike. (Default)
Mark Smith ([staff profile] mark) wrote in [site community profile] changelog2010-01-07 09:55 am

[dw-free] Deleted communities not selectable on manage/settings

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

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

Show deleted communities on the account settings page so owners can undelete
them.

Patch by [personal profile] yvi.

Files modified:
  • htdocs/manage/settings/index.bml
--------------------------------------------------------------------------------
diff -r db6144ecb314 -r bcf78e8006c7 htdocs/manage/settings/index.bml
--- a/htdocs/manage/settings/index.bml	Thu Jan 07 05:46:47 2010 +0000
+++ b/htdocs/manage/settings/index.bml	Thu Jan 07 09:55:55 2010 +0000
@@ -362,7 +362,7 @@ body<=
     if ($u) {
         $ret .= "<div id='authas_select'>";
         $ret .= "<form action='$LJ::SITEROOT/manage/settings/' method='get'>";
-        $ret .= LJ::make_authas_select($remote, { authas => $GET{authas} });
+        $ret .= LJ::make_authas_select( $remote, { authas => $GET{authas}, showall => ( $given_cat eq "account" ) } );
         $ret .= LJ::html_hidden( cat => $given_cat );
         $ret .= "</form>";
         $ret .= "</div>";
--------------------------------------------------------------------------------