Index: /branches/release-36/lib/MT/CMS/Template.pm
===================================================================
--- /branches/release-36/lib/MT/CMS/Template.pm (revision 2119)
+++ /branches/release-36/lib/MT/CMS/Template.pm (revision 2124)
@@ -20,8 +20,9 @@
         my $type = $q->param('type') || ( $obj ? $obj->type : undef );
         return $app->return_to_dashboard( redirect => 1 )
-            unless $type eq 'module'
-                || $type eq 'custom'
-                || $type eq 'widget'
-                || $type eq 'widgetset';
+            if $type eq 'archive'
+            || $type eq 'individual'
+            || $type eq 'category'
+            || $type eq 'page'
+            || $type eq 'index';
     }
 
