You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@allura.apache.org by br...@apache.org on 2016/01/08 20:30:30 UTC

[25/50] [abbrv] allura git commit: [#7919] make subproject install defaults show up

[#7919] make subproject install defaults show up


Project: http://git-wip-us.apache.org/repos/asf/allura/repo
Commit: http://git-wip-us.apache.org/repos/asf/allura/commit/36e21700
Tree: http://git-wip-us.apache.org/repos/asf/allura/tree/36e21700
Diff: http://git-wip-us.apache.org/repos/asf/allura/diff/36e21700

Branch: refs/heads/master
Commit: 36e21700871470d24ecbe725b021787194233135
Parents: c6a17ad
Author: Dave Brondsema <da...@brondsema.net>
Authored: Thu Dec 10 17:29:44 2015 -0500
Committer: Dave Brondsema <da...@brondsema.net>
Committed: Fri Jan 8 14:06:16 2016 -0500

----------------------------------------------------------------------
 Allura/allura/ext/admin/admin_main.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/allura/blob/36e21700/Allura/allura/ext/admin/admin_main.py
----------------------------------------------------------------------
diff --git a/Allura/allura/ext/admin/admin_main.py b/Allura/allura/ext/admin/admin_main.py
index eb7175a..3f4a1db 100644
--- a/Allura/allura/ext/admin/admin_main.py
+++ b/Allura/allura/ext/admin/admin_main.py
@@ -340,7 +340,7 @@ class ProjectAdminController(BaseController):
                 'tool_label': 'Sub Project',
                 'default_mount_label': 'SubProject',
                 'default_mount_point': 'subproject'
-            },
+            }
             options = []
         else:
             tool = g.entry_points['tool'][tool_name]